@charset "utf-8";
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 90%;
	color: #FFFFFF;
	background-color: #000000;
}
.style1 {
	font-size: 85%;
}
.footer {
	font-size: 100%;
	color: #FFFFFF;
}
.footer a:link {
	color: #FFFFFF;
	text-decoration: none;
}
.footer a:hover {
	color: #5AB9FD;
	text-decoration: underline;
}
.footer a:active {
	color: #FFFFFF;
	text-decoration: none;
}
.footer a:visited {
	text-decoration: none;
	color: #FFFFFF;
}
.download {
	font-size: 95%;
	color: #5ab9fd;
	text-decoration: none;
}
.download a:link {
	color: #5ab9fd;
	text-decoration: none;
}
.download a:hover {
	color: #5ab9fd;
	text-decoration: underline;
}
.download a:active {
	color: #5ab9fd;
	text-decoration: none;
}
.download a:visited {
	color: #5ab9fd;
	text-decoration: none;
}
.redtext {
	font-weight: bold;
	color: #FF0000;
}
.bluetext {
	color: #5ab9fd;
}
#splash {
	margin-right: auto;
	margin-left: auto;
	text-align: center;
}
.credits a:link{
	color: #CCC;
	font-size: 90%;
}
.credits a:visited {
	color: #CCC;
	font-size: 90%;
}
.credits a:active {
	color: #CCC;
	font-size: 90%;
}
