/* CSS Document */
a 
{ 
text-decoration : none !important;
color="68228B";
}

a:hover 
{ 
text-decoration : underline !important; 
color="CD1076";
}

A:visited 
{
color="8B0A50";
}


