body
{
	font-size: 90%;
	font-family: Arial, Helvetica, Sans-Serif;
	background-color: #000000;
}

A:link    
{
	text-decoration: underline; 
	color: #0000cc;
}        
A:visited 
{
	text-decoration: underline; 
	color: #cc0033;
}        
A:active  
{
	text-decoration: none; 
	font-weight:bold;  
	color: #ff0000
}        
A:hover   
{
	text-decoration: underline;
	color:#ff0000
}

a.home:link    
{
	text-decoration: underline; 
	color: #6b61eb;
}        
a.home:visited 
{
	text-decoration: underline; 
	color: #6b61eb;
}        
a.home:active  
{
	text-decoration: none; 
	font-weight:bold;  
	color: #ff0000
}        
a.home:hover   
{
	text-decoration: underline;
	color:#ff0000
}
.asterisk
{
	font-size: 75%;
}
.bigheader 
{  
	font-weight: bold;
	font-size: 120%; 
	color: #000099;
}
.month {
	font-weight:bold;
	font-size: 120%;
	color:#fff;
	background-color:#000099;
	}
.year {
	font-weight:bold;
	font-size: 140%;
	color: #fff;
	background-color:#006600;
	}
.event
{  
	font-weight: bold;
	font-size: 115%; 
	color: #cc0000;
}
.date 
{  
	color: #003399;
	font-weight: bold;
}
.datecolor
{
	font-weight: bold; 
	background-color:#FFFF00;
}
.phone 
{  
	font-weight: bold; 
	color: #000099;
}
.bold 
{  
	font-weight: bold;
}
.title
{
	font-size: 130%;
	color: #FFCC00;
	font-weight: bolder;	
}

.yellow
{
	background-color:#FFFF00;
	}
.announcement {
	color:#FF9900;
	font-size:large;
	border: 2px solid #ffffff;
	padding:6px;
	margin:15px;
	}