a:link
{
	color: rgb(124,124,124); text-decoration:none;
}
a:visited
{
	color: rgb(124,124,124); text-decoration:none; 
} 
a:active 
{
	color: rgb(124,124,124); text-decoration:none;
}
body
{
	font-family: Tahoma;
	background-color: rgb(255,255,255);
	color: rgb(102,51,153);
}