a:link { 
	color: #FFFFFF; 
	text-decoration: none;
}

a:visited { 
	color: #FFFFFF; 
	text-decoration: none; 
}

a:active { 
	color: #FFFFFF; 
	text-decoration: none;
}

a:hover {
	color: #000000; 
	background: #FFFFFF; 
	text-decoration: none; 
} 

body { 
	scrollbar-arrow-color: #FFFFFF;
	scrollbar-base-color: #990000;
	color: #FFFFFF;
	background: #000000; 
	font-family: MS Sans Serif, sans-serif;
	font-size: 14;
	margin-top: 0%; 
	margin-left: 0%; 
	margin-right: 0%;
}

select {
	background: #FFFFFF;
	color: #000000;
	font-size: 75%;
}

p {
	font-family: MS Sans Serif, sans-serif;
	color: #FFFFFF;
	font-size: 90%;
}

h1 {
	font-family: MS Sans Serif, sans-serif;
	text-align: center; 
	color: #FFFFFF;
	font-size: 120%;
	font-weight: bold;
}

th { 
	font-family: MS Sans Serif, sans-serif;
	color: #FFFFFF;
	font-size: 90%;
	text-align: center; 
	font-weight: bold;
}

td { 
	color: #FFFFFF;
	font-size: 90%;
	font-family: MS Sans Serif, sans-serif;
}

tr.tableheader {
	height: 30px;
	background-color: #990000;
	background-image: url('images/tableheader1.jpg');
	background-repeat: repeat-x;
}

tr.tableheader2 {
	height: 30px;
	background-color: #000099;
	background-image: url('images/tableheader2.jpg');
	background-repeat: repeat-x;
}

tr.row1 {
	background-color: #000000;
}

tr.row0 {
	background-color: #444444;
}

td.menubackground {
	background-color: #990000;
}

p.yellowtext {
	color: #FFFF00;
	font-family: MS Sans Serif, sans-serif;
	font-size: 100%;
}

p.redtext {
	color: #FF0000;
	font-family: MS Sans Serif, sans-serif;
	font-size: 100%;
}

p.littletext {
	color: #FFFFFF;
	font-family: MS Sans Serif, sans-serif;
	font-size: 75%;
}
