/* CSS Document */   

body {
	font-family: Verdana;
	font-size: 11px;
	font-weight: bold;
	background-color: #000000;
	color: #999999;
}

td {
	font-family: Verdana;
	font-size: 11px;
}

A:link{
  text-decoration: none;
  color: #FFFFFF;
}
A:visited{
  text-decoration: none;
  color: #FFFFFF;
}
A:hover{
  text-decoration: underline;
  color: #cccccc;
}

.newstitle {
  font-weight: bold;
  font-size: 11px;
  color: #FFFFFF;
}
.newstitle A:link{
  text-decoration: none;
  color: #FFFFFF;
}
.newstitle A:visited{
  text-decoration: none;
  color: #FFFFFF;
}
.newstitle A:hover{
  text-decoration: underline;
  color: #cccccc;
}

.newstitleselected {
  font-weight: bold;
  font-size: 11px;
  color: #3d70e7;
  text-decoration: underline;
}

.newstime {
  font-size: 9px;
}

a:link {
  color: #3d70e7;
  text-decoration: none;
}

a:visited {
  color: #3d70e7;
  text-decoration: none;
}

a:hover {
  color: #f88334;
  text-decoration: underline;
}
