@charset "utf-8";
#Nav {
	height: 40px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #3399CC;
	margin-top: 2%;
	margin-left: relative;
}
#Content {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #000000;
	width: 50%;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-align: left;
	float: right;
	margin-top: 60px;
	margin-left: 40%;
	position: absolute;
	color: #669999;
	margin-right: 50%;
	clear: right;
	left: -90px;
	top: 225px;
}
#Content2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #000000;
	width: 66%;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-align: left;
	float: right;
	margin-top: 20px;
	margin-left: 40%;
	margin-right: 50%;
	position: absolute;
	color: #669999;
	clear: right;
	left: -90px;
	top: 300px;
}
a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}
a:link {
	text-decoration: none;
	color: #00CCFF;
	border: 0;
}
a:visited {
	text-decoration: none;
	color: #00CCFF;
}
a:hover {
	text-decoration: none;
	color: #000000;
}
a:active {
	text-decoration: none;
	color: #000000;
}
.hiddenlink {
  color: #000; 
  text-decoration: none; 
  cursor: text; 
}
body {
	background-color: #000000;
}