@charset "utf-8";
/* CSS Document */

.body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	background-color: #EFEFEF;
}
.texto {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
}
a.mainlevel:link, a.mainlevel:visited {
	display           : block;
	font-size         : 12px;
	font-weight       : normal;
	color             : #0099FF;
}
a:link, a:visited {
	font-size         : 11px;
	color             : #FF0000;
	font-weight       : bold;
	text-decoration: none;
}
a:hover {
	font-size         : 11px;
	color             : #000000;
	font-weight       : bold;
}
