body {
	font-family: arial, helvetica, sans-serif;
	background-color:#2f3e3e;
	color: #FFFFFF;
	}

h1 { 
	font-family: times, "Times New Roman", serif; 
	color: #FFFF66; 
	font-weight: bold;
	text-align: center; 
	}

h2 {
	font-family: sans-serif;
	color: #FFFF99;
	font-weight: bold;
	padding-top: 20px;
	}

address {
	text-align: right;
	font-size: small;
	border-top-style: solid;
	border-top-width: thin;
	color:#FF9933;
	}

a:link {
	color: #FFFF33;
	}

a:visited {
	color: #FFCC00;
	}

a:active {
	color: #FFCC00;
	}
	
a:hover {
	color:#000000;
	}
ul {
	list-style-image: url(arrow_bullet.gif);
}
