a:visited {
	text-decoration: none;
	color: #FFFFFF;
	}

a:hover {
	text-decoration: none;
	color: #FFFFFF;
	}

a:active {
	text-decoration : none;
	color: #FFFFFF;
	}
	
a:link {
	text-decoration : none;
	color: #FFFFFF;
	}

body {
	background-color: #000000;
	font-family: "Courier New", Courier, mono;
	font-size: 12px;
	color: #CCCCCC;
	}
div.all {
	width: 900px;
	border-top: 1px solid #ffffff;
	}
div.content {
	width: 800px;
	float: right;
	margin-top: 70px;
	text-align: left;
	}
div.nav {
	width: 100px;
	float: left;}
div.nitem {

	}
div.navhead {
	margin-top: 30px;
	margin-bottom: 30px;
	}