
body {background-color: black; }

h3{ color: white; 
font-family: verdana; 
font-size: 200%; 
font-weight: bolder; 
text-indent: 0px; 
text-align: center; 
padding: 10px; 
border: 1px white; }

p {color: #009933; 
font-family: verdana; 
font-size: 80%; 
text-indent: 0px; 
text-align: center; 
padding: 10px; 
border: 0px solid black; }


a { text-decoration: none; } 
a:link { color: red; text-decoration: none; }
a:visited { color: red; text-decoration: none; } 
a:hover { color: blue; } 










