.bold {
	font-family: Tahoma;
	font-size: 12px;
	font-weight: bold;
	color: #000066;
}
.texto {
	font-family: Tahoma;
	font-size: 12px;
	font-weight: normal;
	color: #000066;
	font-style: normal;
}
a:link {
	color: #333333;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #333333;
}
a:hover {
	text-decoration: underline;
	color: #666666;
}
a:active {
	text-decoration: none;
	color: #333333;
} 
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #EEEEEE;
	background-image: url(../img/fundo.jpg);
}
