/* CSS Document */

body{
	padding :0;
	margin :0;
	background: White;
	text-align: center;
	}
a:link {
	color: #000066;
	text-decoration: none;
}
a:actived {
	color: #000066;
	text-decoration: none;
}
a:hover {
	color: #000066;
	text-decoration: none;
}
a:visited {
	color: #FFCC66;
	text-decoration: none;
}
.texto_grande {
	font-family: Verdana, Geneva, sans-serif;
	font-weight: bold;
	font-size: medium;
	color: #036;
	text-align: center;
}
.texto {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

