/* resolve potential browser discrepancies */
	body, h1, h2, h3, h4, h5, h6, p, form, blockquote {
	    padding: 0;
	    margin: 0;
	    text-align: left;
	    font-family: Arial, Helvetica, Verdana, sans-serif;
	}
	ol, ul {
	    padding: 0;
	    margin: 1em;
	}
	h1, h2, h3, h4, h5, h6, pre, code {
	    font-size: 1em;
	}
	a {
	    text-decoration: none;
	}
	a img {
	    border: none;
	}
/* end of browser boilerplate */
h1{
    font-size: 2.25em;
}
h2{
    font-size: 1.5em;
}
h3{
    font-size: 1.2em;
}
h4{
    font-size: 1.0em;
}
h5{
    font-size: 0.75em;
}
h6{
    font-size: 0.5em;
}

body {font-family: Arial, Helvetica, Verdana, sans-serif;
      /*color: black; 
      background: white;*/
      margin: 0}
H1, H3, H5 {font-family: Arial, Helvetica, Verdana, sans-serif;
        margin-top: 0.2em; margin-bottom: 0.2em }
H2, H4, H6 {font-family: "Times New Roman", Times, Georgia, serif; 
        margin-top: 0.2em; margin-bottom: 0.2em }

a:link, a:visited, a:active  {
    font-weight: bold; color: #4682b4; text-decoration: none;}
a:hover /*, a:link:hover, a:visited:hover*/    {
    font-weight: bold; color: #4682b4; text-decoration: underline;}
a.whiteanchor:link, a.whiteanchor:visited  {
    font-weight: bold; color: white; text-decoration: none;}
a.whiteanchor:hover, a.whiteanchor:active  {
    font-weight: bold; color: #87cefa; text-decoration: none;}

pre {font-family: "Courier New", Courier, Monaco, monospace ; }
/*hr {color: black ; background-color: white; height: 3px; border: 0; width: 100%}*/

p.startsection { margin-top: 2em }
p.startsection { text-indent: 3em }
p.startsection:first-line { font-weight: bold }

.serif {font-family: "Times New Roman", Times, Georgia, serif; }
.sanserif {font-family: Arial, Helvetica, Verdana, sans-serif; }
