/* style.css - a simple style sheet */
body {
  margin-left: 10%; margin-right: 10%;
  color: black; background: white;
  font-family: sans-serif;
  font-size: 0.9em;
  text-align: left
}

h1
{font-family: sans-serif;
color:green;
font-size: 2.2em}

h2
{font-family: sans-serif;
color:black;
font-size: 1.0em}

h3
{font-family: sans-serif;
color:blue;
font-size: 1em}

p { text-indent: 0em; text-align:justify; margin-top: 1em; margin-bottom: 0; }

code
{font-family: sans-serif;
font-size: 1em}

.note
{background-color: #003333;
border-width: thin;
border-color: black;
border-style: ridge;
color: white;
font-family: Verdana, Geneva, sans-serif;
font-size: .9em;
vertical-align: text-bottom}

