 /* hide it -- Style Sheet for new home page */

body		{ background-color: #330033; 
		  font-family: verdana, geneva, arial, sans-serif; 
		  color: #669999; 
		}

.textbody	{ font-family: verdana, geneva, arial, sans-serif; 
                  font-size: 0.8em;
		}
.tinytext	{ font-family: verdana, geneva, arial, sans-serif; 
                  font-size: 10px;
		}
.black_bg	{ font-family: verdana, geneva, arial, sans-serif; 
                  font-size: 0.8em;
                  background-color: #000000;
		}
h2		{ font-family: verdana, geneva, arial, sans-serif; 
                  font-size: 1.5em; 
                  color: #CCFFFF; 
                  background-color: #660066; 
                  margin: 5px; 
                  padding: 5px; 
                }

ul		{ list-style: square; }

a:link		{ color: #669999; text-decoration: underline; }
a:visited	{ color: #669999; text-decoration: underline; } 
a:hover		{ color: #330033; text-decoration: none; 
		  background-color: #99CCCC; }
a:active	{ color: #99CCCC; text-decoration: none; }

