html, body {
  background-color: #000000;
  background-image: url(images/f2-dr.jpg);
  background-repeat: repeat;
  background-attachment: fixed;
  color: #CCCCFF;
  margin: 0;
  padding: 0;
  scrollbar-3dlight-color: #000033;
  scrollbar-highlight-color: #999999;
  scrollbar-track-color: #333333;
  scrollbar-shadow-color: #000033;
  scrollbar-face-color: #000033;
  scrollbar-arrow-color: #FFFFFF;
  scrollbar-darkShadow-color: #999999;
}

 a:link {
	font-family: Arial, Helvetica, sans-serif;
	color: #CCCCFF;
	text-decoration: none;
}

 a:visited {
	font-family: Arial, Helvetica, sans-serif;
	color: #CCCCFF;
	text-decoration: none;
}

 a:hover {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFCC33;
	text-decoration: underline;
}

 a:active {
	font-family: Arial, Helvetica, sans-serif;
	color: #CCCCFF;
	text-decoration: none;
}

/* ---------- standard paragraph text is used for news descriptions. ---------- */
 p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	padding-left: 14px;
	padding-bottom: 0px;
	padding-right: 0px;
	padding-top: 0px;
	margin-top: 3px;
}

/* ---------- h1 is the same text as paragraph text used for news descriptions, but without the indentation. ---------- */
 h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	font-weight: normal;
	margin-top: -1px;
}

/* ---------- h3 text is used for news headlines. ---------- */
 h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #CCCCFF;
	font-weight: bold;
	margin-bottom: -3px;
	line-height: 18px;
}

/* ---------- h4 text is used for under the small map. ---------- */
 h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #CCCCCC;
	font-weight: bold;
	margin-bottom: -3px;
	margin-top: -10px;
	line-height: 18px;
	text-align: center;
}

hr {
	border: none;
	background-color: #CCCCFF;
	color: #CCCCFF;
	height: 1px;
	width: 100%;
}

/* ---------- The following sections contains the news items. ---------- */

#news {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 430px;
	border: 0;
	padding: 5px 0px 0px 0px;
	margin-bottom: 0;
	margin-left: 6px;
	margin-right: 0;
	margin-top: 0; 
}
