body {
	text-align: center;
}

body, table {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
}

table {
	width: 50%;
	margin: 1.5em auto;
}

table td {
 	border: 1px solid #000000;
}

a:link, a:visited {
	color: #FFFFFF;
}

a:hover {
	font-weight: bold;
	color: #FFFF00;
}

