body 
{
background-color : #ccccff;
}
a:link 
{
color : #330033;
text-decoration : none; 
}
a:visited 
{
color : #330033;
text-decoration : none;
}
a:active 
{
color : #663366;
text-decoration : none;
}
a:hover
{
color: #996699;	
text-decoration : none;
}
