A:Link 
{
text-decoration: underline; 
line-height: 125%;
color: #FFFFFF; 
font-weight: bold;
}

A:Visited 
{
text-decoration:underline; 
color: #FFFFFF; 
font-weight:  normal;
}

A:Active 
{
background-color: #FFFFFF; 
background-image: none; 
text-decoration: none; 
color: #6B82A5;
font-weight: bold;
}

A:Hover 
{
background-color: #FFFFFF; 
background-image: none; 
text-decoration: none; 
color: #6B82A5;
font-weight: bold;
}

p
{
color: #FFFFFF; 
font-weight: bold;
}


.shadow
{
text-shadow: #6B82A5 2px 2px 2px;
} 