
A  {
	color : #996633;
	text-decoration : none;
}

A:Visited  {
	color : #996633;
	text-decoration : none;
}

A:Active  {
    color : #red;
	text-decoration : underline;
}

A:Hover  {
	color : #666666;
	text-decoration : underline;
}

BODY  {
	color : black;
	font-family : sans-serif;
	}