.estilos {
	background-color: #00CC00;
	float: none;
	height: auto;
	width: auto;
	border: thin solid #009900;
	list-style-type: disc;


}
.caixas {
	background-color: #00CC00;
	height: auto;
	width: auto;
	border: 1px solid #009933;
	list-style-type: lower-alpha;
    color:#003399;
	margin: 15px 0px 0px 0px;
}

.links{

:visited {
 text-decoration: none;
 color: #000000; 
}

:link {
 text-decoration: none;
 color: #FFFFFF;
}

:hover{
 text-decoration: underline;
 color: #00CC33; 
}

}