@charset "utf-8";

*{font-family: Arial, Helvetica, sans-serif;}

body, html {height: 100%;}

p
{
	font-size: 0.96em;
	color: #fff;
	text-decoration: none;
}
a
{
	font-size: 0.96em;
	color: #fff;
	text-decoration: underline;
	font-weight: bold;
}

a:hover
{text-decoration: underline;}

table
{color: white; font-size:0.96em;}

ul
{
	margin-top: 0px;
	margin-left: 18px;
}

h1, h2
{
	margin: 15px;
	color: #FFF;
	font-size: 2em;
	font-weight: bold;
}
h2
{
	font-size: 1.8em;
}
#mainContent
{
	font-size: 0.96em;
	color: #FFF;
	text-align: left;
	margin: 15px;
}
