body {
	background-color: #000000;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
}

table {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	color: #FFFF99;
	font-size: 16px;
	background-color: #000000;
}

table.content {
	width: 765px;
	height: 100%;
	border-left: 1px solid #FFFF99;
	border-right: 1px solid #FFFF99;	
}

td {
	vertical-align: top;	
}

td.title {
	height: 40px;
	text-align: left;
	font-size: 16px;
	font-weight: bold;
}

img {
	border: 1px solid #FFFF99;
}

input {
	border: 1px solid #FFFF99;
}

a:link, a:visited {
	color: #FFFF99;
	text-decoration: underline;
	border: 0px;
}

a:hover {
	text-decoration: underline;
}
h1 {
	font-size: 30px;
	text-align: center;
}

h2 {
	font-size: 20px;
	text-align: center;
}