@charset "utf-8";
body {
	background-color: #000000;
}
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: .95em;
	color: #FFCC00;
}
.redtext {
	color: #990000;
}
li {
	list-style-image: url(../images/bullet.gif);
}

h1 {
	font-size: 2.5em;
	font-weight: normal;
	color: #990000;
}
h2 {
	font-weight: normal;
	font-size: 1.8em;
}
h6 {
	font-weight: normal;
	font-size: .8em;
}



.navi {
	margin: 10px
	}
a:active {
	color: #FFCC00;
	text-decoration: none;
}
a:visited {
	color: #FFCC00;
	text-decoration: none;
}
a:link {
	color: #FFCC00;
	text-decoration: underline;
}

a:hover {
	color: #990000;
	text-decoration: none;
}
.underline {
	text-decoration: underline;
}
.tinyblacktext {
	font-size: .1em;
	color: #000000;
}
table {
	font-size: 1em;
}

