/* CSS Document *//* ====== LINK STYLES ====== */a:link { 	color: #FFFFF0;	text-decoration: none;	font-size: 10px;		font-weight: bolder;	}a:visited { 	color: #696969;	text-decoration: none;	font-size: 10px;	font-weight: bolder;		}a.c:visited { 	text-decoration: none; 	font-size: 10px;	font-weight: bolder;		}	a:hover, a:active { 	color: White;	font-size: 10px;			font-weight: bolder;	}/* ====== MAIN DESIGN ELEMENTS ====== */body {	background-color: #000000;	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;	color: #FFFFF0;}#header {	background-image: url(images/header.gif);	height: 150px;	width: 758px;	border-top: 1px solid #ffffff;	border-left: 1px solid #ffffff;	border-right: 1px solid #ffffff;}#navigation {	width: 219px;	height: 300px;	background-color:#696A65;	border-left: 1px solid #ffffff;	border-bottom: 1px solid #ffffff;}#text {	font-size: 10px;	color: #FFFFFF;	padding: 10px;}#content {	width: 539px;	height: 300px;	background-color:#696A65;	overflow-y:scroll;	overflow-x:hidden;	border-right: 1px solid #ffffff;	border-bottom: 1px solid #ffffff;}#footer {	background-image: url(images/footer.gif);	width: 758px;	height: 70px;	margin-top: 3px;	border: 1px solid #ffffff;}/** removes feedburner icon**/	#creditfooter {	display: none;}ul {	margin: 0px;	list-style-type:none;	font-size:10px;	line-height:14px;}