body {
  background-color: white;
  color: black;
  margin-left: 2em;
  margin-right: 2em;
}
h1 {
  font-size: 9pt;
  color: #000080;
}
h2 {
  font-size: 11pt;
  border-left-color: #000080;
  border-left-style: solid;
  border-left-width: 9px;
  padding-left: 0.5em;
  border-bottom-style: solid;
  color: #000080;
}
h3 {
  font-size: 11pt;
  border-left-color: #0066cc;
  border-left-style: solid;
  border-left-width: 9px;
  padding-left: 0.5em;
  border-bottom-style: solid;
  color: #0066cc;
}
p {
  line-height: 1.5em;
  text-indent: 1em;
  letter-spacing: 0.5pt;
  font-size: 10pt;
}
ol {
  line-height: 1.5em;
  letter-spacing: 0.5pt;
  font-size: 10pt;
}
li {
  line-height: 1.5em;
  letter-spacing: 0.5pt;
  font-size: 10pt;
}
table {
  letter-spacing: 0.5pt;
  font-size: 10pt;
}
a {
  text-decoration: none;
}
a:link {
  color: dodgerblue;
}
a:hover {
  color: red;
  background-color: gold;
}
a:active {
  background-color: gold;
}
a:visited {
  color: blue;
}
a img {
    border-style:none;
}
#navi {
   list-style: none;
   margin: 0;
   background-images: #000000 url(img/navi_b.gif)  repeat-x;
   width: 110px;
   height: auto;
}

#navi ul {
   list-style: none;
   margin: 0;
   padding: 0 0 0 0px;
   border-top: 0px solid #CCCCCC;
   background-images: #000000 url(img/navi_b.gif) left center repeat-x;
   width: 110px;
}
#navi li {
   margin: 0;
   padding: 0;
   border-bottom: 1px solid #CCCCCC;
   background-images: #CC0000 url(../img/gray.gif) left center no-repeat;
   width: 110px;
}
#navi a {
   padding: 4px 0px 4px 0px;
   background-images: #FFFFFF url(../img/red.gif) left center no-repeat;
   display: block;
   width: 110px !important;
   width /**/: 110px;
   color: #333333;
   text-decoration: none;
}
#navi a:hover {
   color: red;
}
div#ad {
  bgcolor: green;
}
div#footer {
  clear: both;
  div-valign: bottom;
  text-align: right;
  font-size: 0.75em;
}
hr {
  size: 10px;
  width: 740px;
  color: gray;
  align: left;
}

