
.blk {
color: #000000;
}

.wht {
color: #ffffff;
}

.bld {
font-weight: bold;
}

.itl {
font-style: italic;
}

a:visited {
color:#000000; 
font-size: 11px; 
text-decoration: underline;

}

a:link  {
color:#FFFFFF; 
font-size: 11px; 
text-decoration: underline;
}

a:hover {  
background-color: #000000; 
color: #FFFFFF;
margin: 0 5px;
padding: 3;
}
