BODY{ 
background-color: #CCCCCC;
color : black;
}

A:link 	{
text-decoration : none;
color : #0000EE;
}

A:visited {
text-decoration : none;
color : #0000EE;
}

A:hover  {
text-decoration : underline; 
color : #551A8B;
}

A:active {
text-decoration : underline;
color : #551A8B;
}

















