body {
	margin: 20px;
	padding: 0;
	color: #9EBAD0;
	font-family: "Lucida Grande", Verdana, "Times New Roman", sans-serif;
	font-size: 0.8em;
	background: black;
	min-width: 500px;
}


#content {
	border-top: 1px #003663 dashed;
}

/* --links-- */

a:link {
	color:#003460;
	text-decoration: none;
	}
	
a:visited {
	color:#003460;
	text-decoration: none;
	}
	
a:hover {
	color:#C5CDD4;
	text-decoration: none;
	}
	
a:active {
	color:#94BBD9;
	text-decoration: none;
	}
	
	h3.date {
	margin: 5px 0 0 0;
	padding: 0;
	font-size: 12px;
	color: #003460;
	font-weight: bolder;
}
	