BODY { 
  font-family: tahoma, arial, serif;
  font-size: 10pt;
  background: white;
  color: black; 
  margin-top: 10px;
  margin-left: 10px
}
TD { 
  font-family: tahoma, arial, serif;
  font-size: 10pt;
}

/* Give paras a little extra vertical space and an indent */
P { line-height: 1em ; margin-top: 0.4em  ; margin-bottom: 0em  ; text-indent: 0em }

H1, H2{ color:green; text-align: left }
H3, H4, H5, H6 { color:black; text-align: left }
H1, H2 { margin-top: 0.5em; margin-bottom: 0.2em }
H3, H4 { margin-top: 0.2em; margin-bottom: 0.2em }
H5, H6 { margin-top: 1em }
H1, H2, H3, H4 { font-weight: bold }

H1 { font-size: 1.4em }
H2 { font-size: 1.2em }
H3 { font-size: 1.0em }
H4 { font-size: 0.9em }


A {text-decoration: none}
A:link { color: blue }		/* unvisited link */
A:visited { color: crimson }	/* visited links */
A:active { color: crimson }		/* active links */
A:hover { color: orange }	/* mouseover effect */

/* setting the anchor border around IMG elements
   requires contextual selectors */

A:link IMG { border: none }
A:visited IMG { border: none }
A:active IMG { border: none }
A:hover IMG { border: none }
