.links {
	font-family: "Comic Sans MS";
	font-size: 14px;
	font-weight: normal;
	font-style: normal;
	cursor: hand;
	color: #0066FF;
	text-decoration: none;




}
.botão {
	font-family: "Comic Sans MS";
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: none;
	border: double #0066FF;
	height: 25px;
	width: 50px;
	cursor: hand;
	background-color: #0066FF;

}

