.TitleTable td {
  text-align: center;
  padding: 8px;
}

.SAWebring a, .SAWebring a:visited {
  color:white;
  font-family: helvetica;
}

.topnav a {
        text-decoration: none!important;
        padding: 8px;
				font-size: 20px;
				font-family: helvetica;
				font-weight: bold;
				text-align: center;
			}

.topnav a.active {
        font-weight: normal;
        color: yellow!important;
        text-decoration: underline!important;
      }

.topnav a:visited {
  color: cyan;
}

.topnav a:link {
  color: cyan;
}

.newsticker a:link, .newsticker a:visited {
  color: white;
  font-family: "Aldrich";
  margin: .2em 0;
}

div.vidlist {
  max-width: 450px;
  margin: auto;
}

.vidlist h2, .vidlist a {
  align: left;
  text-align: left;
}

.loader {
  background:url(/img/loading.gif) center center no-repeat;
}

.button {
  text-align: center;
  width: 150px;
}

#viddesc {
  max-width:400px;
}

a:visited {
  color: white;
}

a:link {
  color: white;
}
	
p {
		max-width: 800px;
		font-family: Helvetica;
		margin:auto;
	}

body {
  max-width: 800px;
  margin: auto;
  background-color: black;
  color: white;
  font-family: Helvetica;
  font-size: 12px;
  text-align: center;
}

hr {
  width: 800px;
  text-align: center;
}

h1 {
  max-width: 800px;
  text-align: center;
  font-size: 36px;
}

h2, h3 {
  max-width: 800px;
  text-align: center;
}

dl {
  text-align: left;
}