body {
background-color: #cccccc;
background-image: url();
background-repeat: repeat;
margin: 20px;
padding:0px;
font-size: 10pt;
font-family: verdana, arial, helvetica, sans-serif
}

a:link { 
color: black;
font-size: 10pt;
font-weight: bold;
backgground-color: transparent;
}
a:visited  {
color: #a9a9a9;
font-size: 10pt;
font-weight: bold;
background-color: transparent;
}
a:hover {
color: #009966;
font-size: 10pt;
background-color: white;
}
a:active {
color: green;
font-size:10pt;
font-weight: bold;
background-color: transparent;
}

h1  {
font-family: verdana, arial, helvetica, sans-serif;
font: 12pt;
color: #9a0018;
font-weight: bold;
margin: 0;
padding: 0;
}

h2  {
font-family: verdana, arial, helvetica, sans-serif;
font: 10pt;
color: #006699;
font-weight: bold;
margin: 0;
padding: 0;
}

/* begin styles for RSS Feed */

.rss_box {
	 margin: 10px;
	 padding: 4px 8px;

	
	 border: 2px groove;
         border-color: white;
}

.rss_title, rss_title a {
	font-family: tahoma;
	font-size: 18px;
	font-weight:bold;
	margin: 5px 0;
	padding: 0;
        color: #003399;
	letter-spacing: 0px;
}

.rss_items {
  
}

.rss_item  {
  font-family: tahoma;
  font-size: 12px;
  color: #003366;
  font-weight : bold; 
  margin: 8px 0;
}

.rss_item a:link, .rss_item a:visited, .rss_item a:active {
	text-decoration : underline;
	border-bottom: 1px groove #ededed;
	color: ##009999;
	}

.rss_item a:hover { 
    color: green;
	}
	
.rss_date {
	font-size: 8px;
        margin: 0;
	font-weight : normal;
	color: ##006699;
	}