.header:link {
color : #CC0000; 
text-decoration : none; 
font-size : 14px; 
font-weight: bold;
font-family: arial, verdana;
} 
.header:visited {
color : #CC0000; 
text-decoration : none;
font-size : 14px; 
font-weight: bold;
font-family: arial, verdana;
} 
.header:active {
color : #CC0000; 
text-decoration : none;
font-size : 14px; 
font-weight: bold;
font-family: arial, verdana;
} 
.header:hover {
color : #1873C7; 
text-decoration : underline;
font-size : 14px; 
font-weight: bold;
font-family: arial, verdana; 
} 
.greytext{
color: #666666;
text-decoration : none; 
font-size : 11px;
font-family : arial, verdana;
}
.blacktext{
color: #000000;
text-decoration : none; 
font-size : 13px;
font-family : arial, verdana;
}
.redtext{
color: #CC0000;
text-decoration : none; 
font-size : 13px;
font-family : arial, verdana;
background-color: #FFFFCC;
}
.redtextnoback{
color: #CC0000;
text-decoration : none; 
font-style: italic;
font-size : 13px;
font-family : arial, verdana;
}
