/* CSS Document */
<!--
html{
width:100%;
height:100%;
background-image:url(bg.jpg);
background-position:top left;
background-repeat:repeat-x;
background-color:#000000
}
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #000000;
}
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
a:link {
	color: #990000;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #FF0000;
}
a:hover {
	text-decoration: underline;
	color: #CC0000;
}
a:active {
	text-decoration: none;
	color: #FF0000;
}
.title {
	font-size: 24px;
	font-weight: bold;
}
.subtitle {font-size: 18px}
.spacer {font-size: 6px}
.footer {color: white}
-->
