  a:link    { color:#027 }
  a:visited { color:#702 }
  .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;
  }


  a:active  { background-color:#ffc; color:#a00; text-decoration:none }
  a:hover { background:#ffa }
  .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 }

  h1 { text-align:center; color:red }

  .gigantic { font-size:138px; display: inline; font-stretch:expanded;
     color: #415; font-family:Cambria,"Goudy Old Style",Georgia,serif }

  body {
         color:black;
         background-color:rgb(240,255,240);
         background:url(enginepad.png); 
         font-family:"New Century Schoolbook","Century Schoolbook",
                     NewCenturySchlbk,Georgia,serif
  }
  p { text-indent: 1em; text-align: justify }
  .bboard { background-color:rgb(255,240,196); }
  .bboard p {
background-color:white; color:red; margin: 1ex; padding: 1ex }

  @media screen { A:hover { background: #FFA; text-decoration:none } }

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


.notebox
{
  font-size:120%; 
  display:block; 
  border:thick orange groove;
  font-weight:800;
  text-align:center;
  margin:1em; 
  padding:1em 1em 1em 5em; 
  color:yellow; 
  background-color: #600000
}
.notebox  a:link    { color:white }
.notebox  a:visited { color:#fcf }
.notebox  a:active  { background-color:#822; color:#d8d8ff; text-decoration:none }
.notebox  a:hover { background:#822 }
