body {
	color: #B3B845;
	background-color: steelblue;
	font-family: Verdana;
	font-size: 12px;
	text-align: left
	}
.titulo {
	color:white;
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 24px;
	font-style: italic;
	font-weight: bold
	}
.texto {
	color: black;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	text-align: justify;
	text-decoration: none
	}
a {
	color: #B3B845;
	font-family: Tahoma, Verdana;
	font-size: 11px;
	font-weight: bold;
	text-align: justify;
	text-decoration: none
	}
a:hover {
	color: #989465;
	font-family: Tahoma, Verdana;
	font-size: 12px;
	font-weight: bold;
	text-align: justify;
	text-decoration: underline
	}
a:active {
	color: #FD5200;
	font-family: Tahoma, Verdana;
	font-size: 11px;
	font-weight: bold;
	text-align: justify;
	text-decoration: none
	}

