@charset "ISO-8859-1";
body {
	font-family: "Gill Sans Light", "Gill Sans", Arial, Helvetica;
	font-size: 15px;
	text-transform: uppercase;
}

table {
	width: 600px;
	text-align: right;
	margin-right: auto;
	margin-left: 50px;
}
a:link {
	color: #000000;
	text-decoration: none;
}
a:visited {
	color: #000000;
	text-decoration: none;
}
a:hover {
	background-color: #FFFF00;
	text-decoration: none;
}
a:active {
	color: #000000;
	text-decoration: none;
}

