body {
	background-color: #000000;
	background-image: url(images/furbackground_red.jpg);
	margin: 0px;
	padding: 0px;
	background-attachment: fixed;
}
body,td,th {
	color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

h3 {
	font-size: 18px;
	font-family: "Courier New", Courier, monospace;
	color: #FFFFFF;
}
h1 {
	font-family: "Courier New", Courier, monospace;
}

table {

}

A:link {
	text-decoration: none;
	font-size: 12px;
	color: #FF0000;
}
A:visited {
	text-decoration: none;
	font-size: 12px;
	color: #FF0000;
}
A:active {
	text-decoration: none;
	font-size: 12px;
	color: #FFFFFF;
}
A:hover {
	text-decoration: underline;
	color: red;
	font-size: 12px;
}

#rightBox {
	font-size: 10px;
	background-color: #000000;
	float: right;
	padding: 40px;
	border: 0px solid #CCCCCC;
	margin-top: 10px;
	margin-right: 15px;
	margin-bottom: 5px;
	margin-left: 5px;
	background-image: url(images/rightBoxBackground.jpg);
	width: 175px;
	height: 175px;
	text-align: left;
}
h2 {
	font-family: "Courier New", Courier, monospace;
}


#rightBox A:link {
	text-decoration: none;
	font-size: 10px;
	color: #FFFFFF;
}
#rightBox A:visited {
	text-decoration: none;
	font-size: 10px;
	color: #FFFFFF;
}
#rightBox A:active {
	text-decoration: none;
	font-size: 10px;
	color: #FFFFFF;
}
#rightBox A:hover {
	text-decoration: underline;
	color: red;
	font-size: 10px;
}


hr {
	color: #FF0000;
}
