body {
  background: white ; 
  font-family: Arial, Verdana, Helvetica, sans-serif;
  font-size: 90%;
  font-weight: normal;
  font-style: normal;
  letter-spacing: 0.03em;
  color: #000000;
  text-align: left;
  line-height: 100%;
  margin-left: 10%;
  margin-right: 10%;
}

h1 {
  font-size:  150%;
  font-weight: bold;
  color: #588FC7;
  letter-spacing: 0.5em ;
}

h2 {
  font-size:  120%;
  font-weight: bold ;
  font-variant: small-caps ; 
  color: #588FC7;
  letter-spacing: 0.3em ;
}

h3 {
  font-size:  100%;
  font-variant: small-caps ;    
  color: #FF6633 ;
  letter-spacing: 0.1em ;
}

h4 {
  font-size:  100%;
  font-weight: normal;
  color: #FF6633 ;
  letter-spacing: 0.1em ;
}

h5, h6
{}

ul { 
    margin: 0 0 0 20 ;
    padding: 0 0 0 0 ;
  }
 
li {
}

a:link {
  color: #588FC7;
  font-weight: normal;
  font-style: italic;
  text-decoration: none
}

a:visited {
  color: #999999;
  font-weight: normal;
  font-style: italic;
  text-decoration: none
}

a:hover {
  background: #003366;
  color: #c0c0c0;
  text-decoration: none ;
}

a:active {
  background: #003366;
  color: #FFFFFF;
  text-decoration: none
}

table {
  border: 1px;
  border-color: #FFFFFF;
}

hr {
  width: 100%;
  size: 1px;
}
  
/* <hr noshade width="100%" size=1 color="#588FC7"> */

/* blah */

