a, a:visited {
	font-family: "Trebuchet MS";	
	font-size: 12px;
	color: #79244A;
	text-decoration: underline;
}
a:hover {
	font-family: "Trebuchet MS";	
	font-size: 12px;
	color: #79244A;
	text-decoration: none;
}
body {
	height: 100%;
	background-color: #962C5B;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
.conteudo{
	font-family: "Trebuchet MS";	
	font-size: 12px;
	line-height: 20px;
	color: #79244A;
}
.titulo{
	font-family: "Trebuchet MS";	
	font-size: 20px;
	color: #79244A;
	font-weight: bold;
}