 body {
	background-color: #660000;
	color: white;
}
 :link {
	color: #ffffcc;
	background-color : transparent;
}
 :visited {
	color: #ffffcc;
	background-color : transparent;
}
 :active {
	color: yellow;
	background-color : transparent;
}
td {
	font-family: helvetica,arial,sans-serif;
	color : white;
}
td.main {
	width : 440px;
	color : white;
}
.space {
	padding : 10px 10px 10px 10px;
}

H3 {
	font-family : helvetica,arial,sans-serif;
	text-align : center;
}
H3.title {
	font-family : "Albertus Medium",helvetica,arial,sans-serif;
	color : #ffffff;
	padding : 10px 10px 0px 10px;
}
div.caption {
	font-size : 75%;
	text-align : center;
	color : #cccccc;
}