@charset "utf-8";
/* CSS Document */

body, textarea{
	font-family: "Tw Cen MT", sans-serif;
	font-size: 14px;
	color: #333;
	padding:5px;
}

.cabecalho {
	color:#000;
	font-weight:bold;
	font-size:large;
}
a:link {
	color:#666;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #666;
}
a:hover {
	text-decoration: underline;
	color: #666;
}
a:active {
	text-decoration: none;
	color: #666;
}