.whitefont
{
COLOR: #FFFFFF;
FONT-FAMILY:  Verdana, Arial, Helvetica, Sans-Serif;
FONT-SIZE: 12px;
FONT-WEIGHT: normal;
}  

A.white:link { color: #FF9900; text-decoration: underline;}
A.white:visited { color: #FF9900; text-decoration: underline;}
A.white:hover { color: #FFFFFF; text-decoration: underline;}
A.white:active { color: #FFFFFF; text-decoration: underline;}

A.home:link { color: #FF6600; text-decoration: underline;}
A.home:visited { color: #FF6600; text-decoration: underline;}
A.home:hover { color: #FFFFFF; text-decoration: underline;}
A.home:active { color: #FF6600; text-decoration: underline;}

A.events:link { color: #666600; text-decoration: underline;}
A.events:visited { color: #666600; text-decoration: underline;}
A.events:hover { color: #FFFFFF; text-decoration: underline;}
A.events:active { color: #666600; text-decoration: underline;}

.whitefont
{
COLOR: #FFFFFF;
FONT-FAMILY:  Verdana, Arial, Helvetica, Sans-Serif;
FONT-SIZE: 12px;
FONT-WEIGHT: normal;
}  

HR {color: #FFFFFF; height: 1px;}

.alert
{   
color: #FF0000;
font-weight: bold;
background-color: #FFFFFF; 
border-color: #FF0000; 
border-style: solid; 
border-top-width: 1px; 
border-right-width: 1px; 
border-bottom-width: 1px; 
border-left-width:1px;
padding-top: 5px; 
padding-right: 5px; 
padding-bottom: 5px; 
padding-left: 5px; 
text-align: center;
}