.wordpress_article_content a {
  color: #0099FF;
  text-decoration: none;
}
.wordpress_article_content a:hover {
  background-color: #F7F7EC;
  color: #000000;
  border-bottom: 1px solid #786643;
} 
a.wordpress_storytitle {
  font-size: 11pt;
	font-weight: bold;
	text-decoration: none;
  color: #336699;
}  
.wordpress_category_links a {
  color: green;
}
.wordpress_article_feedback a {
 color: #0099FF;	
}
.wordpress_comments {
  font-size: 11pt;
	font-weight: bold;
	text-decoration: none;
  color: #336699;
}
.wordpress_comments_box {
  padding: 10px; 
  background-color: #F8F9EF;
  border: 1px solid #cccccc;
}
.wordpress_postcomment { 
  font-size: 10pt;
  color: #5F93B6;
  font-weight: bold;
  font-family: tahoma;
}

#wordpress_menu {
  padding: 10px;
  margin: 3px;
  background-color: #FFFFEE;
}
#wordpress_menu a:link, #wordpress_menu a:visited {
  color: green;
	text-decoration: none;
}


#wordpress_options_link {
	color: #666666;
	font-family: arial;
	text-decoration: none;
}