body {
	margin-top: 15px;
	background-color: #333333;
	background-image: url(pagina/fundo_pg.jpg);
	background-attachment: fixed;
	font-family: Trebuchet MS;
	color: #FFFFFF;
}

a:link {
	text-decoration: none;
	color:AAAAAA;
}

a:visited {
	text-decoration: none;
	color:AAAAAA;
}

a:active {
	text-decoration: none;
	color:FFFFFF;
}

a:hover {
	text-decoration: none;
	color:EEEECC;
}

titulopg {
	font-size: 18pt;
	color: #EEEECC;
	float: right;
}

titulo {
	background-color: #000000;
	font-size: 18pt;
}

titulo2 {
	background-color: #000000;
	color: #EEEECC;
	font-size: 14pt;
}

texto {
	font-size: 10pt;
}