.menu
{
	font-family : Tahoma;
	font-size : 12px;
	font-weight : bold;
	color: "#0000ff"
}

A:LINK {
	font-family : Tahoma;
	text-decoration: underline;
	font-size: 12px;
	color: Blue;
}

A:VISITED {
	font-family : Tahoma;
	text-decoration: underline;
	font-size: 12px;
	color: Blue;
}

A:HOVER {
	font-family : Tahoma;
	text-decoration: none;
	font-size: 12px;
	color: Red;
}

.titulo {
	color: Red;
	font-family : Arial;
	font-size : medium;
}

.SELECION {
	font-family : Tahoma;
	font-size : 12px;
	color: #00008B;
	background-color: #ADD8E6;
	}
