img
  {
    margin: 8px;
    border: 1px solid #FFCD00;
  }

img.photo
  {
    margin: 8px;
    border: 0px;
  }

img.menu
  {
    margin: 0px;
    border: 0px;
  }

p
  {
    font-family: Arial;
    font-size: 10.5pt;
    font-weight: bold;
    color: #000;
    margin-top: 8px;
    margin-left: 8px;
    margin-right: 8px;
    margin-bottom: 20px;
  }

h1
  {
    font-family: Arial;
    font-size: 20pt;
    font-weight: bold;
    color: #FFCD00;
  }

td
  {
    font-family: Arial;
    color: #fff;
    font-size: 12pt;
  }

div
  {
    font-family: Arial;
    font-size: 12pt;
    margin: 20px;
  }

a:link
  {
    font-weight: bold;
    text-decoration:underline; 
    color:#FFCD00;
  }
a:active
  {
    font-weight: bold;
    text-decoration:underline; 
    color:#FFCD00;
  }
a:visited 
  {
    font-weight: bold;
    text-decoration:underline; 
    color:#FFCD00;
  }
a:hover
  {
    font-weight: bold;
    text-decoration:underline; 
    color:#FF0000;
  }

a.menu:link
  {
    text-decoration:none; 
    color:#000000;
  }
a.menu:active
  {
    text-decoration:none; 
    color:#FF0000;
  }
a.menu:visited 
  {
    text-decoration:none; 
    color:#000000;
  }
a.menu:hover
  {
    text-decoration:none; 
    color:#FF0000;
  }
