body {
     background: white;
     color: black;
     margin-right: 5%}

h1,h2 {margin-left: 0}

h2 {width: 20%;
   margin-top: 0em;
	  margin-right:100%;
	  position: relative;
	  top:4em;
	  }



p,h3,pre,ul,dl,ol,blockquote,h4,table { margin-left: 25%}
p,h3{margin-top: 0em}
--ul { margin-left: 10%}       

h1,h2{display: block;
      color: white;
      background: brown;
      border: none}
	 

h1{font-size: large;
   font-weight: bold;
   text-transform: uppercase;
   padding: .5em .5em .5em .5em;
   text-align: right;
   margin-bottom: 0}

h2 { text-align: right;
   padding: .3em;
     }			


    
h1,h2,dt { font-family: futura, helvetica, sans-serif}

h2{ font-size: medium;
   font-weight: bold}

h3{ text-transform: uppercase;
   font-weight: bold;
   font-size: medium}

pre,p,ul,ol,dl {font-family: times}
pre,p,ul,ol,dl {font-size: medium}
p {text-align: justify}

-- emphasis

i,em,cite  { font-style: italic }
strong	   { font-style: italic; font-weight: bold}
tt,kbd { font-family: courier}
b	{ font-style: bold}


-- lists

ul,dl,ol  {indent : 0}
ul,dl,ol  { margin-top : 4; margin-bottom : 4}
dt	  { font-color : #703000; font-style: bold}
-- address

address{ display: block;
--	 font-style: normal}
address{ font-family: helvetica,futura,sans-serif}

hr {clear: both}


      



