.botao {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	line-height: normal;
	font-variant: normal;
	color: #000099;
	border: 1px solid #00CCFF;
	font-weight: bold;

	}
.texto {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	color: #000000;
	}
.corpo {
	background-color: eeeeee;
	}
/* link 1 ********************************************/
A.link1:link {
	font-family : Arial, Verdana;
	font-size : 12px;
	font-weight: bold;
	color :#ffffff;
	text-decoration : none;
}
A.link1:visited {
	font-family : Arial, Verdana;
	font-size : 12px;
	font-weight: bold;
	color :#ffffff;
	text-decoration : none;
}
A.link1:hover {
	font-family : Arial, Verdana;
	font-size : 12px;
	font-weight: bold;
	color :#FF0000;
	text-decoration : underline;
}
A.link1:active {
	font-family : Arial, Verdana;
	font-size : 12px;
	font-weight: bold;
	color :#FFFF00;
	text-decoration : underline;
}
/* fim do link1**********************************************************/
