html {
	height: 100%;
}

body {
	background-color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-align: justify;
	color: #000088;
	background-image: url(../images/sitebackground.gif);
	height: 100%;
}

p
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-align: justify;
	color: #000088;
}

a {
	text-decoration: underline;
	color: 888888;
}
a:hover {
	text-decoration: underline;
	background-color: 0d0d68;
	color: 4671d5;
}

a:visited {
	text-decoration: underline;
	color: 000000;
}


h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 130%;
	color: white;
	text-align: center;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 115%;
	color: Blue;
	text-align: center;
}

h3 {
	font-size: 60%;
	text-align: center;
	color: white;
}

h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align: center;
	color: #000088;
}

sup
 {
	color: blue;
	font-size: 50%;
}
dl {
	list-style-type: circle;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;;
	text-align: justify;
	color: #000088;
}

dd {
	list-style-type: circle;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;;
	text-align: justify;
	color: #000088;
}
