@charset "utf-8";
/* CSS Document */

body{
	background-color: #000000;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	}
#doc2{
	margin:auto;
	text-align:left;
	width:800px;
}
	
#hd h1{
	font-size: 1.6em;
	font-weight: bold;
	padding-top: 20px;
	padding-bottom: 20px;
	}
	
#hd h1 span{
	color: #FF9900;
	}
	
#bd{
	padding-top: 20px;
	padding-bottom: 20px;
	text-align: center;
	}
	
a{
	color: #FF9900;
	}

a:hover{
	color: #FF6600;
	}
	
#nav li{
	display: inline;
	list-style-type: none;
	}
	
#nav a{
	margin-right: 20px;
	padding: 5px;
	text-decoration: none;
	font-size: 1.2em;
	}
	
#nav a:link, #nav a:visited{
	color: #CCC;
	border-bottom: none;
	}
	
#nav a:hover, #nav li#active a{
	color: #FFF;
	border-bottom: 4px solid #F90;
	}
	
#ft{
	color: #999999;
	text-align: center;
	padding: 20px;
	}