/* CSS Document */

body {
	background-color: #FFFFFF;
	width: 300px;
}
.textoMenu {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	color: #336600;
	font-weight: bold;
}

A:link {color: #336600;text-decoration: none;}
A:active {color: #336600;text-decoration: none;}
A:visited {color: #336600;text-decoration: none;}
A:hover {color: #E8A900;font-weight: bold;text-decoration: none;} 

