body {
	margin : 0 0 0 0;
	background : Black;
}

body, div, p, blockquote, ol, ul, dl, li, dt, dd, td {
      font-family :	"Trebuchet MS", Verdana, Arial, sans-serif;
      color : White; 
      font-size : 16px;
}

a:link { color : #FFFF99; text-decoration : underline}
a:visited {  color: #FFFF99; text-decoration: underline}
a:hover {  color: Yellow; text-decoration: none  }


.mainnav {
	font-weight: bold; color: Red; font-size : 14px;
	
}
a.mainnav:link { font-weight: bold; color: Red; text-decoration: none; }
a.mainnav:visited { font-weight: bold; color: Red; text-decoration: none; }
a.mainnav:hover {  font-weight: bold; color: #494949; background-color: Red}

.selected {  color: #9A9A9A; font-weight: bold; text-decoration: none;}


.smallermain { font-size: 12px; }
.smallermainbold { font-size: 12px; ; font-weight: bold}

/*Style Applied to the Paragraphs for Copyright-Small-Text */
.copyrights {
	color : #999999;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 12px;
}
.copyrights a { color : #999999;  }
.copyrights a:visited { color : #999999; }
.copyrights a:hover { color : #999999;  text-decoration: none;  }