
body { background-color:#ffffcc; margin-top: 10px; margin-bottom: 10px }
a:link { color: #aa5522; text-decoration: underline }
a:active { color: #000000; text-decoration: none }
a:visited { color: #772200; text-decoration: underline }
div { font-size: 10pt; font-family: Arial, sans-serif }
h1 { font-size: 32pt; font-family: Arial, sans-serif }
h2 { font-size: 16pt; font-family: Arial, sans-serif }
h3 { font-size: 12pt; font-family: Arial, sans-serif }
h4 { font-size: 10pt; font-family: Arial, sans-serif }
ul { 
  font-size: 10pt;
  font-family: Arial, sans-serif;
  text-align: left;
}
/* ol { font-size: 10pt; font-family: Arial, sans-serif } */
/* nobr { font-size: 10pt; font-family: Arial, sans-serif } */
/* p { font-size: 10pt; font-family: Arial, sans-serif } */
pre { color: #0000c0; font-size: 10pt; font-family: "Courier New", Courier }

table{
  text-align: center;
  border: 0px solid black;
  border-collapse: collapse;
}

img {
 max-height: 200px;
 margin: 8px 8px;
 border: 0px solid black;
}

