* {
  border-color: black;
}

body {


  background-color:       white;

}

a {
  color: #333;
  text-decoration: underline;
}

a:visited {}
a:active {}
a:hover {}

#menu a.menu_item {
  background-color: #f2f2f2;
  text-decoration:  none;
}

#menu a.menu_item:hover {
  background-color: #e6e6e6;
  text-decoration:  underline;
}

#header h1 {
  background-image: url("/news/white.jpg");
}

.dailybox {
  color:            black;
  background-color: #ccc;
  background-image: url("/news/white_grad.gif");
  background-position: bottom left;
  background-repeat:      repeat-x;
}

.itembox {
  background-color: white;
}

.item_title {
  background-color: #ddd;
}


.item_title h3 {
  color: black;
}

.item_title a {
  text-decoration: none;
  color:           black;
}

.item_time {
  background-color: white;
}

.item_time h4 {
  color: black;
}

.sidebox {
	background-color: #ccc; 
}

.feed {
	background-color: white;
}

.article_headline {
	font-family:  Arial, Helvetica, sans-serif;
	font-size: 28px;
	font-style: normal;
	font-weight: bold;
	color: #000000;
}
.article_subheadline {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #0F0F0F;
}
.article_body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	
}