html,body { 
	  background-color:black;
       font-family: Verdana, "Lucida Sans", Arial, Geneva, Helvetica, Helv, "Myriad Web", Syntax, sans-serif;
       color: white;
}

a:link { text-decoration: none; color:white }
a:visited { text-decoration: none; color:white }
a:hover { text-decoration: underline; color:white }
a:active { font-size: 120%; }
