/* General style */
body, td {
	font-family: "Times New Roman", Times, serif;
	font-size: 15px;
	background-color: #ddeeff;
}

/* Main table */
#thetable {
	padding: 5px;
	border: 1px solid black;
}

/* Table background */
#thetable, #thetable td {
	background-color: #333333;
	color: #CCCCCC;
}

/* Links */
a:link, a:visited, a:active {
	color: #666600;
}

a:hover {
	color: gold;
}

input.button2 {
	font-weight: bold;
}
