.header {
	font-size: large;
	color: white;
}
.subheader {
	font-size: medium;
	color: white;
}
.whitetext {
	color: white;
}
body {
	background-image: url(images/background.jpg);
	color: #999999;
	background-color: black;
	font-family: "Arial Black";
	font-size:  small;
}

.footer {
	font-size: small;
	text-align: left;
 	color: white;
}
.top{
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	padding-right: 10px;
}
.rightimage{
	padding-top: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
	padding-right: 20px;
}
a {
	color: #cccccc;
	text-decoration: none;
	font-size: small;
	padding-left:5px;
}
.aspecial{
	white-space: inherit;
}

a:hover {
	color: white;
	text-decoration: none;
	font-size: small;
	background-image:url(images/hover.gif);
	background-position:top left;
	background-repeat:no-repeat;	
}