body {
	background-color: #99cc66;
	background-image: url(images/Notation.gif);
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: center;
}
div {
	margin-left: 10%;
	margin-right: 10%;
	text-shadow: #99cc66;
	text-align: center;
	font-family: Georgia, serif;
	font-weight: bold;
	font-size: x-large;
}
h1, h2, h3 {
	text-shadow: #99cc66;
}
table {
	font-family: Georgia, serif;
	font-weight: bold;
	font-size: small;
	border-color: #99cc66;
}
th, td {
	color: #990000;
	text-align: center;
}
a:link, a:hover {
	color: #000066;
}
a:visited {
	color: #990000;
}


