BODY
{
	font-family:Verdana
}
.TITOLOCENTRO
{
	color: black;
	font-style: normal;
	font-family: Verdana;
	text-align: center;
}
TABLE
{
	color: black;
	border-top-style: none;
	font-family: Verdana;
	border-right-style: none;
	border-left-style: none;
	background-color: #FFFFCC;
	border-bottom-style: none;
}
.MAINMENU
{
	font-style: italic;
	font-family: Verdana;
	font-size: smaller;
	text-align: left;
	background-color: #FFFFCC;
	position: fixed;
	bottom: 0;
	width: 100%;
	z-indez: 0;
	overflow: hidden;
}
LI
{
	list-style-position: outside;
	font-size: smaller;
	color: black;
	font-family: Verdana;
	list-style-type: square;
}
A
{
	font-family: Verdana;
	text-decoration: none;
}
A:hover
{
	color: red;
	text-decoration: underline;
}
