body {
 color: #000000;
 background-color: #ccffcc;
 width: 800px;
 font:  "Times New Roman",serif;
 line-height: 140%;
 margin: 10px;
 padding: 6px 30px 0 30px;
 }

h1 {
 color: #009966;
 background-color: #ffffff;
 font: 24pt/1em "Arial",serif;
 text-align: left;
 border-style: none none none none;
 border-color: #000066;
 border-top-width: 1px ;
 border-left-width: 6px ;
 border-bottom-width: 1px ;
 border-right-width: 6px;
 padding: 3px 0 3px 0
 }

h2 {
 color: #000000;
 background-color: #ffffff;
 font: 24pt/1em "Arial",serif;
 text-align: right ;
 border-style: none none none none;
 border-color: #000066;
 border-top-width: 0 ;
 border-left-width: 0 ;
 border-bottom-width: 0 ;
 border-right-width: 0 ;
 padding: 0 0 0 0
 }

h3 {
 color: #006633;
 background-color: #99cc99;
 font: bold 12pt/1em;
 text-align: left;
 border-style: none none none none;
 border-color: #006633;
 border-top-width: 1px ;
 border-left-width: 6px ;
 border-bottom-width: 1px ;
 border-right-width: 6px ;
 padding: 2px 0 2px 20px
 }

h4 {
 color: #EAE0D5;
 background-color: #009966;
 font: 12pt/1em;
 text-align: left;
 border-style: none none none none;
 border-color: #80273F;
 border-top-width: 1px ;
 border-left-width: 6px ;
 border-bottom-width: 1px ;
 border-right-width: 6px ;
 padding: 2px 0 2px 10px;
 } 

p {
 color: #223546;
 background-color: #EBE7E1;
 font:  "Times New Roman",serif;
 line-height: 140%;
 border-style: none none none none;
 border-color: #000066;
 border-top-width: 1px;
 border-right-width: 1px;
 border-bottom-width: 1px;
 border-left-width: 1px;
 padding: 0 0 0 10px;
 } 

a:link {
 color: #704B38;
 background-color: transparent;
 text-decoration: underline;
 }

a:visited{
 color: #384D98;
 background-color: transparent;
 text-decoration: underline;
 }

a:hover {
 color: #E38089;
 background-color: transparent;
 text-decoration: underline;
 }

a:active {
 color: #D13A84;
 background-color: transparent;
 text-decoration: underline;
 }

hr {
 color: #336666;
 height: 1px;
 }


address {
 margin-left: 1em;
 font: italic 12pt/1.5em "Times New Roman", Times, serif;
 }

table {
 background-color: #EBE7E1;
 font:  "Times New Roman",serif;
 }
