body {
	background: black;
	color: white;
	font: 12px sans-serif;
	
	scrollbar-face-color: black;
	scrollbar-highlight-color: red;
	scrollbar-shadow-color: red;
	scrollbar-3dlight-color: red;
	scrollbar-arrow-color: red;
	scrollbar-track-color: black;
	scrollbar-darkshadow-color: red;
}

td.main {
	color: white;
	font: 12px sans-serif;
	text-align: justify;
	border: solid red;
	border-width: 0px 0px 1px 0px;
	padding: 12px;
	margin: 0px;
}

td.title2 {
	color: black;
	border: solid black;
	border-width: 0px 1px 0px 1px;
	padding: 8px;
	margin: 0px;
	background: white;
	height: 80px;
}

table.main {
	width: 90%;
	border: 1px solid red;
}

hr {
	width: 75%;
	color: white;
	height: 2px;
}

a {
	color: red;
	text-decoration: none;
}

a:visited {
	color: #A00000;
}

h1 {
	text-align: center;
	font: bold 28px sans-serif;
	margin: 0px;
	padding: 0px;
}

h2 {
	text-align: center;
	font: 16px sans-serif;
	margin:0px;
	padding: 0px;
}

td.logo {
	font: 10px sans-serif;
	background: red;
	border: solid black;
	border-width: 1px 1px 0px 1px;
	height: 80px;
	vertical-align: middle;
	text-align: center;
}

td.foot {
	text-align: center;
	font: bold 11px sans-serif;
	color: white;
}

