/* CSS Document */body { font: 12px "Courier New", Courier, mono; color: #ffffff; background-color: #000000; background-image: none; background-attachment: fixed; background-position: 0 0; }.header {	color: #FF6666;	font-size: xx-large;}.main {	font: 12px "Courier New", Courier, mono;	color: #FFFFFF;}.subheader {	font: 14px "Courier New", Courier, mono;	color: #FF6666;}a {	font-size: 11px;	color: #FF6666;}a:link {	text-decoration: none;	color: #ff6666;}a:visited {	text-decoration: none;	color: #666666;}a:hover {	text-decoration: none;	color: #999999;}a:active {	text-decoration: none;	color: #FF6666;}a.nav:link {	font-size: 14px;	text-decoration: none;	color: #FF6666;}a.nav:visited {	text-decoration: none;	color: #666666;}a.nav:hover {	text-decoration: none;	color: #999999;}a.nav:active {	text-decoration: none;	color: #FF6666;}a.nav2:link {	font-size: 14px;	text-decoration: none;	color: #FFFFFF;}a.nav2:visited {	text-decoration: none;	color: #666666;}a.nav2:hover {	text-decoration: none;	color: #999999;}a.nav2:active {	text-decoration: none;	color: #FFFFFF;}
