html {
	overflow: auto;
}

body {
	margin: 0px;
	padding: 0px;
	background-color: #FFFFFF;
	text-align: center;
}

#container {
	background-color: #004000;
	color: #FFFFFF;
	border: 1px solid #FFCC00;
	width: 750px;
	text-align: left;
	font-family: Times New Roman, Arial;
	font-size: 100%;
	margin:10px;
	margin-left: auto;
	margin-right: auto;
}

table {
	width: 100%;
	background-color: #729572;
}

td {
	text-align: center;
	font-weight: bold;
}

h1 {
	font-size: 150%;
	margin: 5px;
	color: #FFFFFF;
}

h2 {
	font-size: 130%;
	margin: 5px;
	color: #FFCC00;
}

.notation {
	text-align: justify;
	font-weight: normal;
}

#availability {
	width: 250px;
}

#applet {
	margin-top: 15px;
}

a {
	margin: 10px;
	color: #004000;
	font-weight: bold;
	font-family: Georgia, Times New Roman, Times, serif;
	text-decoration: underline;
}

a:hover {
	color: #FFCC00;
	text-decoration: none;
}