body{
	font-family: Geneva, Verdana, Arial, Helvetica, sans-serif;
	color: White;
	line-height: 14pt;
	margin: 0px;
	padding: 0px;
	background-repeat: repeat;
	background-attachment: scroll;
	background-color: #000022;
	font-weight: normal;
	font-size: 12px;
	position: relative;
    margin: 0 auto;
    text-align: left; /*required due to IE centering hack*/
    width: 800px; 
}

a:link {
	color: Aqua;
	text-decoration: none;
}

a:visited {
	text-decoration: underline;
	color: #CDCDCD;
}

a:hover {
	text-decoration: underline;
	color: Lime;
	background-color: Teal;
}
/* overrides decoration from previous rule for hovered links */

h1, h2, h3, h4, h5, h6 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 0px;
}

h1{
 font-family: Verdana,Arial,sans-serif;
 font-size: 120%;
 color: #FF3300;
}

h2{
 font-size: 114%;
 color: #006699;
}

h3{
	font-size: 14px;
	color: #CC0000;
	font-weight: bolder;
	font-style: normal;
	font-variant: small-caps;
}

h4{
	font-size: 100%;
	font-weight: normal;
	color: Silver;
}

h5{
 font-size: 100%;
 color: #FF6600;
}

img {
 border-color:#000000;
}

ul{
 list-style-type: disc;
}
