body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}
body {
	background-color: #CCCCCC;
	margin-left: 50px;
	margin-top: 80px;
}
.style1 {font-size: 11px}

a {
	color: #000000;
	text-decoration: none;
}
a:hover {
	text-decoration: none;
	color: #009933;
}

a.green {
	color: #009933;
	text-decoration: underline;
	}