 body { 
 background-color: #ff9966;
 text-align: left;
 font-family: Verdana, Helvetica, Ariel, sans-serif;
 color: #000000;
 }
 
 #header {
   text-align: center;
	 font-family: Helvetica, Ariel, sans-serif;
	 color: #ffffff;
	 font-size: 1em;
	 font-weight: bold;
	 background-color: #3399FF;
 }

#footer {
text-align: center;
} 

h1 { 
font-size: 2em;
text-align: center;
}

h2 { 
font-size: 1.5em;
text-align: center;
}

.center {
text-align: center;
}

img {
border: none;
vertical-align: middle;
}

table {
margin-left: auto;
margin-right: auto;
}

th {
font-size: 1.1em;
font-weight: bold;
}

tbody { 
text-align: center;
font-size: 1em;
}

.title {
font-weight: bold;
}

#htmlvalid {
text-align: left;
}

a:link {color: #0000FF;}
a:visited {color: #990099;}
a:hover {color: #FF00FF;}
a:active {color: #FF0000;}