/* resolve potential browser discrepancies */
	body, h1, h2, h3, h4, h5, h6, p, form, blockquote {
	    padding: 0;
	    margin: 0;
	    text-align: left;
	    font-family: Georgia, "Times New Roman", Times, 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: Georgia, "Times New Roman", Times, serif; 
      color: black; 
      background: /*lightsteelblue*/ #b0c4de;
      margin: 0}
H1, H3, H5 {font-family: Verdana, Arial, Helvetica, sans-serif;
        margin-top: 0.2em; margin-bottom: 0.2em }
H2, H4, H6 {font-family: Georgia, "Times New Roman", Times, serif; 
        margin-top: 0.2em; margin-bottom: 0.2em }

a:link {
    font-weight: bold; color: blue; text-decoration: none;}
a:visited {
    font-weight: bold;              text-decoration: none;}
a:hover, a:active {
    font-weight: bold; color: blue; text-decoration: underline;}

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:first-line { font-weight: bold }
