BODY {
	background-color: #000000;
	font-size: normal;
	color:#CACACA;
	font-family:Arial, sans-serif;
    margin: 0 auto;
}

A:link
 {
 color:#990000;
  text-decoration: none;
  border:none;
  }

A:active
 {
 color: #990000;
 text-decoration: none;
 }
 
A:visited
 {
 color: #990000;
  text-decoration: none;
 }

A:hover
 {
 text-decoration:underline;
 color:#990000;
  }
  
TD {
	font-size: normal;
}

TD.content {
	color:#CCCCCC;
	font-family:Arial, Helvetica, sans-serif;
	font-size:normal;

}

H1 {
	text-align:center;
	font-family:Arial, Helvetica, sans-serif;
	font-size:18pt;
	color:#ffffff;
	vertical-align:bottom;
}

.newshead {
	text-align:left;
	font-family:Arial, Helvetica, sans-serif;
	font-size:16pt;
	font-weight:bold;
}

.newsdate {
	text-align:right;
	font-size:18pt;
	font-weight:normal;
}

.newsitem {
	color: #CCCCCC;
	font-size: 12pt;
	font-weight:normal;
	background-image:url(../images/content.jpg);
	background-repeat:no-repeat;
	background-position:left top;
	border:#666666 dashed 1px;    
	padding:10px;

}

.siteitem {
	color: #CCCCCC;
	font-size: 10pt;
	font-weight:normal;
	border:#666666 solid 1px;
	padding:10px;
}