body {
	margin:10px;
	padding:0px;
}

a {
	text-decoration: none;  
	color: #A0B0C7;
}

a:hover {
	text-decoration: underline; 
	color: #006232;
}


#Content {
	position:absolute;
	left:50%;
	width:500px;
	margin-top:50px;
	margin-left:-266px;
	text-align:left;
	padding:5px;
	border:1px dashed #333;
	background-color:#eee;
	}

