a.navi:link,a.navi:active, a.navi:visited
 {
  font-family: Arial;
  font-weight: bold;
  line-height: 1.4;    

  background-color: transparent;
  color : #DE0000;
  text-decoration: none;
  font-size: 12pt;
  margin-bottom: 0;
  margin-top: 0;
 }
 
a.navi:hover
 { 
  color : #FFFFFF; 
  text-decoration: none; 
  background-color: #000000;
 }
 
a.category:link,a.category:visited
 {
  color : #0000AA;
  font-weight:bold;  
  font-size:larger;
  text-decoration: none;
 }


a:link,a:active
 { 
  color : #DE0000;
  text-decoration: none;
 }

a:visited 
 { 
  color : #BA0000;
  text-decoration: none;
 }

a:hover,a.category:hover
 { 
  color : #FFFFFF; 
  text-decoration: none; 
  background-color: #000000;
 }

p.essay
 {
  line-height: 1.4;  
  text-align: justify;
  margin-bottom: 15px;
 }

p 
 {
  font-family: Arial;
  color: rgb(0,0,0);
  font-size: 12pt;
  
  line-height: 1.4;  
  margin-bottom: 0;
  margin-top: 0;
 }

p.small
 {
  font-family: Arial;
  color: rgb(100,0,0);
  font-size: 10pt;
 }


p.mini
 {
  font-family: Arial;
  font-size: 10pt;
 }

h1
 {
  font-family: Arial;
  font-weight: bold;

  background-color: transparent;
  color : #000000;
  text-decoration: none;
  font-size: 12pt;
  
  margin-bottom: 0; 
  margin-top: 0;

  margin: 0;
 }

h1.posthead
 {
  font-family: Arial;
  color: rgb(0,0,0);
  font-size: 12pt;
  text-align: justify;
  margin-bottom: 2px;
 }


form
 {
  margin-bottom: 0;
  margin-top: 0;
 }
 
body
 { 
  margin-left: 0px;
  margin-right: 0px;
  margin-top: 0px;
 }
 
.ab
 {
 text-align: right;
 vertical-align:middle;
 }