/* CSS Document */

body {
	margin-top: auto;
	margin-left: auto;
	}

.titulo {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #AD1A6F;
	}
	
.topico {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #666666;
	}
	
.texto {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color:#666666;
	}

.destaque {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #AD1A6F;
	}
	
a:link {
	color: #6F0044;
	text-decoration: none;
	font-weight:bold;
}
a:visited {
	color: #6F0044;
	text-decoration: none;
	font-weight:bold;
}
a:hover {
	color: #666666;
	text-decoration: none;
	font-weight:bold;
}
a:active {
	color: #6F0044;
	text-decoration: none;
	font-weight:bold;
}
</style>