body {
	margin-top: 50px;
	background: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #000000;
}

#mytable {
	float: center;
	width: 80%;
	border-color: #000000;
	color: #000000;
}

#mytable th {
	text-align: center;
	font-size: 1.2em;
	background: #aad6aa;
}

#mytable td {
	text-align: center;
	font-size: 1.0em;
	background: #e4f8e4;
}

#mytable a {
	color: #0000BF;
	text-decoration: underline;
}

#mytable a:hover {
	text-decoration: none;
	color: #C0BFBF;
}