a:link { color: #FFFFFF; text-decoration: underline }
a:active { color: #FFFFFF; text-decoration: underline }
a:visited { color: #FFFFFF; text-decoration: underline }
a:hover { color: #2FB0FF; text-decoration: underline}

body {
	background-color: #000;
	background-image: url(/public/images/stars.jpg);
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
}

div.content {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	color: #FFFFFF;
	margin-left: 20px;
	display: block;
}

.textBlock {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	color: #FFFFFF;
}

.h1	{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	color: #FFFFFF;
}

.h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: bold;
	color: #FFFFFF;
	font-style: normal;
	line-height: normal;
	font-variant: normal;
}

.footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	color: #FFFFFF;
}
.footer:link { color: #ffc600; text-decoration: none }
.footer:active { color: #ffc600; text-decoration: none }
.footer:visited { color: #ffc600; text-decoration: none }
.footer:hover { color: #00c6ff; text-decoration: none}

.flash {
background-color: #014285;
}