/* CSS Document */
body {
	background-color: #FFFFFF;
	margin-left: 10px;
	margin-top: 0px;
	margin-bottom: 0px;
	font-family: Trebuchet, Verdana, Arial, Helvetica, sans-serif;
	font-size: xx-small;
}

.menu {
	font-size:xx-small;
	background-color: #000000;
	color: #FFFFFF;
	text-decoration: none;
	text-align: center;
}

p{ 
	font-size:xx-small;
	}

.titulos {
	background-color: Black;
	color: White;
	padding: 3;
	font-size: x-small;
	font-weight: bold;
	font-variant: small-caps;
}

.titulos_resaltado {
	background-color: White;
	color: Black;
	padding: 3;
	font-size: x-small;
	font-weight: bold;
	font-variant: small-caps;
	border: thin solid Black;
	background-color: #CCCCCC;
}
