BODY    { background-color: #eeeeee;
          font-size: medium;
          font-family: Verdana, sans-serif;
        }

H1      { font-size: 200%;
        }

H2      { font-size: 150%;
        }

H3      { font-size: 100%;
          margin-bottom: 0px;
        }

P       { font-size: 95%;
          line-height: 125%;
        }
P.body  { padding-right: 5pt;
        }
P.notes {
  font-size: 75%;
}

UL      { font-size: 95%;
          line-height: 125%;
        }


A:link      { text-decoration:none;
              color:darkblue
            }
A:visited   { text-decoration:none;
              color: darkmagenta
            }
A:hover     { text-decoration:underline;
              color:darkblue
            }
A:active    { text-decoration:underline;
              color:dodgerblue
            }
A.hidden:link    { text-decoration:none;
                   color:white
                 }
A.hidden:visited { text-decoration:none;
                   color:white
                 }
A.hidden:hover   { text-decoration:none;
                   color:white
                 }
A.hidden:active  { text-decoration:none;
                   color:dodgerblue
                 }

#bartext a {font-size: 75%; text-decoration:none; color: darkblue;}
#bartext a:link {font-size: 75%; text-decoration:none; color: darkblue}
#bartext a:visited {font-size: 75%; text-decoration:none; color: darkmagenta}
#bartext a:hover {font-size: 75%; text-decoration:underline; color: darkblue}

font.tenPt      {font-size: 10pt}
font.contents   {font-size: 8pt}
font.footer     {font-size: 8pt; font-style:italic}
font.footerlink {font-size: 8pt}
font.teeny      {font-size: 6pt}
td.footer    { border: 1px solid #999999;
               padding: 0px;
               border-spacing: 0px;
             }

form {
  margin: 0;
  padding: 0;
  display: inline;
}
