a:link { color: blue }
a:visited { color: red }
a:hover { color: blue }
a:active { color: blue }
body { 
font-family: Verdana, Arial, sans-serif; 
font-size: 100%; 
color: #000000; 
margin-top: 0; 
margin-left: 0; 
background-color: #6b6b7b; 
}
h1 { font-size: 105%; color: #ffffff; text-align: center; }
h2 { font-size: 95%; text-align: center; }
h3 { font-size: 85%; text-align: center; }

.textwhite  { color: #ffffff }
.copyright { color: #ffffff; font-size: 70%; text-align: center;}
.header { color: #ffffff; font-size: 115%; font-weight: bold; text-align: center }
.small { font-size: 65%; text-align: center }
