.menu {
	color:#666666;
	font-family: "Courier New", Courier, mono;
	font-size: 11px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-decoration: none;
}
a:link{text-decoration:none;color:#666666}
a:visited{text-decoration:line-through;color:#666666}
a:hover{text-decoration:none;background-color:#666666;color:#FFFFFF}
a:active{text-decoration:none;color:#FFFFFF;background-color:#666666}
.subrayado {
	font-family: "Courier New", Courier, mono;
	font-size: 11px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #666666;
	text-decoration: underline;
}
.title {
	color:#FFFFFF;
	font-family:"Courier New", Courier, mono;
	font-size:11px;
	font-style:normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-decoration: none;
	background-color:#666666;
}