@charset "UTF-8";
* { margin: 0; padding: 0; }
html, body { height: 100%; }

* html body { text-align: center;  height:auto; }

body, table, tr, td, p {
   	color: #000000;
	font-family: Arial, Verdena, Geneva, Helvetica;
	font-size: 10pt;
	font-weight: normal;
	word-spacing: 0.2mm;
	text-decoration: none;
	background-color: #b6c931;
}

a img {
	border: 0;
}

a {
	color: #000000;
	text-decoration: none;
	cursor: hand;
}

a:hover {
	color: #FFFFFF;
	text-decoration: overline underline;
	cursor: hand;
}
