body {
	background: #CCCCFF;
	font-family: "Courier, monospace";
	text-color: #000000;
}

th {
	background: #f3e9cd;
	font-size: large;
}

td {
	text-align: left;
}

a {
	text-decoration: underline;
	font-weight: bold;
	background-color:#FFFF00
}

a:hover {
	text-color: #FFFF00;
	text-decoration: none;
	border-top: 1px solid #888888; 
	border-bottom: 1px solid #111100;
	background-color:#4444CC;
}

