body {
	margin: 10px;
	font-family: Verdana;
}
#content {
}
table {
	border-collapse: collapse;
}
a {
	text-decoration: none;
}
a:link {
	color: #ff0000;
}
a:visited {
	color: #7f0000;
}
h1 {
	margin-top: 10 px;
}
.centertitle {
	text-align: center;
	margin-top: 10px;
	margin-bottom: 35px;
}
.title {
	font-size: 20px;
	font-weight: bold;
	border-top: 3px solid black;
	margin-top: 3px;
}
.subtitle {
	font-size: 20px;
	font-style: italic;
	border-bottom: 3px solid black;
	padding-bottom: 2px;
}
.description {
}
.links {
	font-size: small;
	vertical-align: bottom;
	width: 33%;
}
.footer {
	font-size: smaller;
	position:absolute;
	right:10;
}
#container {
	width: auto;
	height: 600px;
	background-color: black;
	border: 1px solid black;
	margin-top: 10px;
	color: white;   /* for error messages */
}
.comment {
	font-size: 60%;
}
