body {
     background: white;
     color: black;
     font-family: helvetica,futura,sans-serif;
	 margin-top: 30;
     margin-right: 5%;
     margin-left: 30}

table,tr,th,td { font-family: helvetica,futura,sans-serif}
     
h1,h2{
	 display: block;
	 color: black;
	 background: white;
	  border: none}
	 

h1{font-size: large;
   font-weight: bold;
   padding: .5em;
   margin-left: -5%;
   text-align: right}

h2{
	margin-left: -5%;
	padding: .25em 5% .25em 5%}

h3{
	padding: .25em}

h2  {  margin-top: 20}
h1,h2,h3 { font-family: helvetica,futura,sans-serif}

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

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

p {text-align: justify}

-- emphasis

i,em,cite  { font-style: italic }
strong	   { font-style: italic; font-weight: bold}
tt,kbd,pre { 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;	 
         color: white;
	 background: blue;
	 border: none}
address{ font-family: helvetica,futura,sans-serif}

hr {clear: both}
