img
  {
    margin: 8px;
    border: 1px solid #000000;
  }

img.menu
  {
    margin: 0px;
    border: 0px;
  }

p
  {
    font-family: Times New Roman;
    font-size: 10.5pt;
    margin-top: 6px;
    margin-bottom: 6px;
  }

h1
  {
    font-family: Times New Roman;
    font-size: 20pt;
    font-weight: bold;
    text-align: center;
    color: #0000FF;
  }

td
  {
    font-family: Times New Roman;
    font-size: 12pt;
  }

div
  {
    font-family: Times New Roman;
    font-size: 12pt;
  }

a:link
  {
    text-decoration:underline; 
    color:#0000FF;
  }
a:active
  {
    text-decoration:underline;
    color:#FF0000;
  }
a:visited 
  {
    text-decoration:underline;
    color:#0000FF;
  }
a:hover
  {
    text-decoration:none;
    color:#FF0000;
  }

a.copy:link
  {
    text-decoration:underline; 
    color:#FFFFFF;
  }
a.copy:active
  {
    text-decoration:underline;
    color:#FF0000;
  }
a.copy:visited 
  {
    text-decoration:underline;
    color:#FFFFFF;
  }
a.copy:hover
  {
    text-decoration:underline;
    color:#FF0000;
  }

