body {
	color: #101010;
	background-color: #eeeeee;
	margin: 10px 10px;
}

p {
	text-align: justify;
}

a {
	text-decoration: none;
	color: #0000ff;
}

a:hover {
	color: #007fff;
}

h1 {
	color: #222222;
	margin: 12px 12px;
	text-align: center;
}

h2 {
	color: #ff0000;
	margin: 10px 0px;
	text-align: left;
}

h3 {
	color: #ff0000;
	margin: 7px 0px;
	text-align: left;
}

img {
	border: 1px;
	border-color: #222222;
	border-style: solid;
}

img.float-left {
	float: left;
	margin-right: 10px;
}

img.float-right {
	float: right;
	margin-left: 10px;
}

img.zoom {
	cursor: url(magnify.cur), pointer;
}

td {
	text-align: justify;
}

.applet {
	width: 640px;
	height: 480px;
	border: 2px;
	border-color: #222222;
	border-style: solid;
	background-color: #cccccc;
	margin-left: auto;
	margin-right: auto;
	text-align: justify;
}

.bold {
	font-weight: bold;
}

.centered {
	text-align: center;
}

.centered table {
	margin-left: auto;
	margin-right: auto;
}

.right {
	text-align: right;
}

.signature {
	text-align: right;
	font-style: italic;
}

.tt {
	font-family: monospace;
}

.underlined {
	text-decoration: underline;
}

#content {
	margin-left: 20%;
	width: 80%;
	overflow: auto;
}

#menu {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 20%;
	height: 100%;
	overflow: auto;
}

body > #menu {
	position: fixed;
}

.home-link {
	text-align: center;
	color: #ff0000;
}

#menu h2 {
	margin-top: 10px;
	margin-bottom: 4px;
}

#menu h3 {
	color: #222222;
	margin-top: 4px;
	margin-bottom: 2px;
	margin-left: 10px;
	margin-right: 10px;
}

#menu p {
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 17px;
	margin-right: 10px;
}

img.w3c {
	border: none;
	float: right;
	margin-left: 10px;
	margin-right: 0px;
	margin-top: 5px;
	margin-bottom: 10px;
}

table.results {
	border-width: 1px 1px 1px 1px;
	border-spacing: 2px;
	border-style: outset outset outset outset;
	border-color: gray gray gray gray;
	border-collapse: separate;
}

table.results th {
	text-align: left;
	border-width: 1px 1px 1px 1px;
	padding: 1px 1px 1px 1px;
	border-style: inset inset inset inset;
	border-color: gray gray gray gray;
	-moz-border-radius: 0px 0px 0px 0px;
}

table.results td {
	text-align: center;
	border-width: 1px 1px 1px 1px;
	padding: 1px 1px 1px 1px;
	border-style: inset inset inset inset;
	border-color: gray gray gray gray;
	-moz-border-radius: 0px 0px 0px 0px;
}

table.results td.name {
	text-align: left;
	border-width: 1px 1px 1px 1px;
	padding: 1px 1px 1px 1px;
	border-style: inset inset inset inset;
	border-color: gray gray gray gray;
	-moz-border-radius: 0px 0px 0px 0px;
}
