.text {
	font-family: Arial;
	font-size: 10px;
	color: #006600;
}
.textbold {
	font-family: Arial;
	font-size: 10px;
	color: #006600;
	font-weight: bolder;

}
.body {
	font-family: Arial;
	font-size: 12px;
	color: #333;
	background-color: #FFC;
	top: 0px;
	text-align: justify;
	border: 1px solid #000;


}
.links {
	font-family: Arial;
	font-size: 10px;
	font-style: normal;
	font-weight: bold;
	color: #006600;
	text-decoration: none;
}
.links:hover {
	text-decoration: underline;
	color: #006600;
}
.img {
	cursor: hand;
}
