body {
	background-image: url();
	background-color: #252520;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFF;
	margin: auto;
}
.texto {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFF;
	border-top-width: 5px;
	border-right-width: 10px;
	border-bottom-width: 5px;
	border-left-width: 10px;
}

h1 {
	font-size: 24px;
	margin: 10px;
	border-top-width: 5px;
	border-right-width: 10px;
	border-bottom-width: 5px;
	border-left-width: 10px;
}
.medium_grey {
	color: #999;
}
hr {
	color: #666;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: dotted;
	border-right-style: dotted;
	border-bottom-style: dotted;
	border-left-style: dotted;
}
h2 {
	font-size: 18px;
	border-top-width: 5px;
	border-right-width: 10px;
	border-bottom-width: 5px;
	border-left-width: 10px;
}
a:link {
	color: #CCC;
	text-decoration: none;
}
a:visited {
	color: #CCC;
}
a:hover {
	color: #EB0E92;
	text-decoration: underline;
}
#centro {
	font-size: 17px;
	text-align: center;
}
.centro {
	font-size: 17px;
	color: #F0F;
}
.centro_titulo {
	font-size: 20px;
	color: #F0F;
	text-align: left;
	font-weight: bold;
}
.centro_tabela {
	text-align: center;
}
.texto_body {
	font-size: 13px;
	color: #FFF;
	text-align: justify;
}
.negrito {
	font-weight: bold;
	font-size: 17px;
	color: #FFF;
}
.texto_15_justify {
	font-size: 15px;
	color: #FFF;
	text-align: justify;
}
