body {
	width: 720px;
	background: #000033;
	color: #FFFFFF;
}
a {
	color: #FFFFCC;
}
h1 {
	color: #FFFFFF;
	font-size: 1.5em;
}
h2 {
	color: #FFFFFF;
	font-size: 1.2em;
}
p {
	padding-left: 1em;
	font-size: 1.2em;
}
table.list {
	margin: 0px auto 0px auto;
	width: 550px;
	background-color: #FFFFFF;
}
table.list th {
	font-weight: bold;
	background-color: #333333;
}
table.list td {
	background: #000033;
	vertical-align: top;
}
table.list td.list_title {
	font-weight: bold;
}
table.list td.list_time {
}
table.list td.list_class {
}
table.list td.list_description {
	font-size: 0.9em;
}
.returnlink {
	text-align: right;
}

