body{
background-color:#c4c4c4;
margin: 20px;
padding: 10px;
font-family: arial,verdana, helvetica, sans-serif;
}

h1 {
font-size: 12pt;
font-weight: bold;
}

h2 {
font-size: 10pt;
font-weight: bold;
}

a  {
color: black;
font-family: verdana, arial, helvetica, sans-serif;
font-size: 8pt;
text-decoration: none;
}

a:link {
color: #008080;
}

a:visited {
color: #0b7093;
font-weight: normal;
}

a:hover  {
background-color: #cdfee9;
}

/* begin styles for RSS Feed */

.rss_box {
	 margin: 1em;
	 width: 650px;
         font-size: 12px;
	 background-color: #ffffff;
	 border: 1px solid #cc3300;
	 
}
.rss_items {
	margin-top:1px;
	padding:0.5em; 0.5em;
	margin-left:1px;
	color:#006699;
}
p.rss_title {padding:0.5em;}
.rss_title {
	text-decoration: none;
	font-family: verdana;
	font-size: 85%;
	background-color:#003366;
	color:#ffffff;
	font-weight:bold;
	margin: 0px;
	padding:0em;
	text-align: left;
}

.rss_item  {
  font-family: verdana;
  font-size: 85%;
  font-weight : normal;
  list-style:none;
  padding-bottom:1em;
}

.rss_item a {
	text-decoration : underline;
	color:006699;
	font-size: 105%;
	font-weight:bold;
	font-family:verdana;
	}
	
.rss_item a:visited {
	color:330033;
}

.rss_date {
	font-size: 85%;
	font-weight : normal;
	color: #CC99CC;
	}
