html {
	font: normal 62.5% "Lucida Sans", "Lucida Sans Unicode", Tahoma, Arial, Verdana, sans-serif; 
}

body {
	font-size: 1.3em;
	line-height: 160%;
	color: #000;
	}
	a, a:visited{
	 color: #8a1e04;
	}

h1,h2,h3,h4,h5,h6{
  margin: 0.5em 0;
  font-weight: normal;
  color: #555555;
}
  h1{
    font-size: 1.8em;
color: #444418;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #666666;
	padding-top: 7px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999999;
	padding-bottom: 7px;
margin-bottom: 0.75em;

  }
  h2{
    font-size: 1.6em;
    color: #4a1a1b;
     padding-bottom:7px; 
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999999;
  margin-top: 1.0em;
  margin-bottom: 0.75em;
  }
  h3{
    font-size: 1.4em;
  margin-top: 1.0em;
  margin-bottom: 0.75em;
  }
  h4{
    font-size: 1.2em;
  }
  h5{
    font-size: 1.2em;
    color: #E8E8E8;
  }
  h6{
    font-size: 1.0em;
    color: #666666;
  }

  p{ line-height:130%; margin:0.5em 0; margin-bottom: .75em; }
  
  ul{
	margin-left: 2.0em;
}


.rss-items {
	list-style-type: none;
        margin-left: 0px;
        padding-right: 10px;
}

li.rss-item {
	
margin-bottom: 20px;
        
}

.rss-date {
	color: #555555;
}

a.rss-item {
	color: #444;
        font-size: 16px;
        text-decoration: none;
font-weight: bold;
}

a.rss-item:hover {
	text-decoration: underline;
}
