a:link{
	color : #994C00;
	font-weight : bold;
	text-decoration : underline;
}

a:visited{
	color : #663300;
	font-weight : bold;
	text-decoration : underline;
}

a:hover{
	background-color : #EDE4D1;
	color : #CC6600;
	font-weight : bold;
	text-decoration : underline overline;
}

a:active{
	background-color : #EDE4D1;
	color : #CC6600;
	text-decoration : underline overline;
}
