body {
	font-family: "Arial Narrow";
	font-size: 95%;
	background-color: #666666;
	color: #FFFFFF;
	scrollbar-3dlight-color: #666666;
	scrollbar-base-color: #888888;
	scrollbar-darkshadow-color: #666666;
	scrollbar-track-color: #666666;
	scrollbar-face-color: #888888;
	scrollbar-arrow-color: White;
	scrollbar-highlight-color: #888888;
	scrollbar-shadow-color: #888888;
	text-align: justify;
	}
h1 {
	font-size: 140%;
	text-align: left;
}
h2 {
	font-size: 120%;
	text-align: left;
}
h2 a {
	color: #FFFFFF;
	text-decoration: none;
}
h2 a:hover {
	text-decoration: underline;
}
a {
	color: #66CCFF;
}
a:visited {
	color: #CCCCFF;
}
.menu a{
	font-weight: bold;
	font-size: 120%;
	color: #FFFFFF;
	font-size: 110%;
	text-decoration: none;
}

.menu a:visited{
	color: #FFFFFF;
}

#menu {
	margin-top: 50px;
}

.content {
	width: 350px;
	margin: 5px;
	margin-left: 50px;
}
.subtitle {
	font-size: 80%;
	font-weight: normal;
}

table {
	vertical-align: top;
}

td {
	vertical-align: top;
}

.hanging {
	text-indent: -50px;
	margin-left: 50px;
}
