/* CSS Document */
a:link {
 color: #FF9999;
 text-decoration: underline;
}
a:visited { 
color: #FF9999;
 text-decoration: underline; 
 }
a:hover { color: #FF0000;}
a:active {color: #FF0000; } 

body {
	background-color: #330000;
	margin: 0;
}

.contents {
	font-size:9px;
	line-height: 15px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FF9999;
}
.header {
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FF0000;
	font-weight: bold;
	}

.newsheader {
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FF9999;
	font-weight: bold;
	}

.footer { font-size: 9px; color: #FFFFFF; text-decoration: none;}
a.footer:link{ color: #FFFFFF; text-decoration: none; }
a.footer:visited{ color: #FFFFFF; text-decoration: none;}
a.footer:hover { color: #FF0000; text-decoration: underline;}
a.footer:active {color: #FF0000; tet-decoration: underline;}
