p {
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 12px;
	color: black;
}

.links {
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 10px;
	color: white;
}

.caption {
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 10px;
	font-weight: bold;
	color: black;
	text-align: center;
}

a {
	color: black;
}

body {
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 12px;
	background-color: black;
	padding: 20px 0px 0px 0px;
	margin: 0px;
	height: 100%;
}

h1 {
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 14px;
	color: white;
}

img {
	border: 0px;
}

img.border {
	border: 1px solid black;
}

table.main {
	vertical-align: middle;
	text-align: center;
	border: 0px;
	width: 800px;
	height: 100%;
}

td {
	vertical-align: middle;
}