  .submenu a { text-decoration:none }
  .submenu   
   { 
    visibility:hidden; 
    text-decoration:none;
    background: #fff; 
    position:absolute;
    z-index:3;
    font-family:sans-serif;
    text-align:left;
    left: 0em;
    top: 1.5em;
    border: green 3px solid;
    font-size: 80%;
    font-weight: normal;
    white-space: nowrap;
  }
  
  .menubar { text-align: center; font-weight: bold; font-size: 120%}
  .amenu { position:relative; padding-bottom:1em }
  .submenu a { border:none }
  .gmenubar { text-align:center; font-weight: bold; position:relative }
  .ipatext { font-family:"Arial Unicode MS",Gentium,"Lucida Sans Unicode",sans-serif }

table.menubar 
{
  text-decoration: none;
  background-color:#005daa;
  color: white
}
.button
{
  background-color:#f9bb9a;
  color:black;
  text-align:center; vertical-align:middle; width: 90px; height: 45px;
}

.button a { color: black }

  p { text-indent: 1em; text-align: justify }
  td.bboard { background-color:rgb(255,240,196); }
  td.bboard p {
background-color:white; color:red; margin: 1ex; padding: 1ex }

  @media print { .menubar { display: none; visibility: hidden } }


/* start black stuff */


  body 
  { 
    font-family:Cambria,"Goudy Old Style",Georgia,serif; 
    color:#cfc;
    background-color:#000; 
  }
  
  :link    { color: rgb(50,124,255) }    /* unvisited links */
  :visited { color: rgb(255,124,50) }    /* visited links   */
  a:hover   { color: #bbf; background-color:#111 } /* user hovers     */
  li { font-family: "Lucida Sans Unicode","Arial Unicode MS",sans-serif }    
  h1 { font-size: 138px; display:inline; font-stretch:expanded; }

  /* on my links.html page, Netscape 4 duzzn't work right unless I
     put in the redundant text colour for the headings etc. */
  h1, h2, h3, ul { color:#cfc }


  p { text-indent: 1em; text-align: justify }


     /* for the menubar */

  @media print { .menubar { display: none; visibility: hidden } }
  
  .menubar 
  { 
    text-align: center; 
    font-weight: bold; 
    font-size: 120%
  }
  
  @media screen
  {
    .submenu a:link    { color:#027 }
    .submenu a:visited { color:#702 }
    .submenu a:active  { background-color:#ffc; color:#a00; text-decoration:none }
    .submenu a:hover   { background:#ffa; text-decoration:none }
  }
  .submenu a { text-decoration:none; border:none }
  .submenu   
   { 
    visibility:hidden; 
    text-decoration:none;
    background: #fff; 
    position:absolute;
    z-index:3;
    font-family:sans-serif;
    text-align:left;
    left: 0em;
    top: 1.5em;
    border: green 3px solid;
    font-size: 80%;
    font-weight: normal;
    white-space: nowrap;
  }


  .amenu { position:relative; padding-bottom:1em }
  .gmenubar { text-align:center; font-weight: bold; position:relative }
  .ipatext { font-family:"Arial Unicode MS",Gentium,"Lucida Sans Unicode",sans-serif }

table.menubar 
{
  text-decoration: none;
  background-color:#005daa;
  color: white
}

.button
{
  background-color:#f9bb9a;
  color:black;
  text-align:center; vertical-align:middle; width: 90px; height: 45px;
}
.button a { color: black }



