@charset "utf-8";

body {
	color: #800000;
}
div#heading h1, h2 {
   font-family:"Times New Roman", Times, serif;
}
div#heading h2 {
   color:#006;
}
div#heading h3 {
   margin-bottom:25px;
}
#textbody1 {
   position:relative;
}
a, a:visited {
	color:#800040;
    }
a:hover {
	color:#FF0000;
  }    
#centerblock {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	display:block;
  background-color:#000000;
  color:#FFFFFF;
  text-align:center;
  width:530px;
  margin:0 auto;
  }  
#centerblock a {
	color:#FFFFFF;
  }  
#bluecomment { color: #000066; }
address {
	margin-bottom:1em;
  }
.nextarticle {
   font-size: .75em;
   text-align: center;
}
.nextarticle a, a:hover {
   color:#006;
}
.nextarticle a:hover {
   background-color:#0FF;
}
   
