A:LINK {
	text-decoration : none;
	font-weight : bold;
	color : #336;
}

A:VISITED {
	text-decoration : none;
	font-weight : bold;
	color : #636;
}

A:HOVER {
	text-decoration : none;
	font-weight : bold;
	background-image : url(../imagem/tracejado.gif);
	background-position : bottom;
	background-repeat : repeat-x;
	color : #036;
}

A:ACTIVE {
	text-decoration : none;
	font-weight : bold;
	background-image : url(tracejado.gif);
	background-position : bottom;
	background-repeat : repeat-x;
	color : White;
}