body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #660000;
}
body {
	background-color: #000000;
	background-image: url(images/bg.jpg);
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-attachment: scroll;
	background-repeat: repeat-y;
	background-position: center top;
}
h1 {
	font-size: 18px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
}
a:link {
	font-weight: bold;
	color: #330000;
	text-decoration: none;
}
a:hover {
	font-weight: bold;
	color: #990000;
	text-decoration: underline;
}
a:visited {
	font-weight: bold;
	color: #663300;
}
a:active {
	font-weight: bold;
	color: #990000;
	text-decoration: underline;
}
ul {
	list-style-position: outside;
	list-style-image: url(images/5starbullet.gif);
	list-style-type: none;
	padding: 0px;
}
ol {
	text-align: left;
	list-style-position: outside;
	list-style-type: upper-roman;
}
li {
	white-space: normal;
	padding-top: 10px;
}
