
body      { margin-top : 40px;
          margin-left : 5px;
          font-family : arial,helvetica,tahoma;
          background-color : #ffeeaa;
}
pre       {
          margin-left : 5px;
          font-family : Lucida Sans Typewriter,Courier,Fixedsys;
          font-size : 90%
}
a:link    { color : sienna;
          font : normal;
          font-weight : normal;
          text-decoration : none;
}
a:visited { color : sienna;
          font : normal;
          font-weight : normal;
          text-decoration : none;
}
a:hover   { color : black;
          font : normal;
          font-weight : normal;
          text-decoration : none;
          background-color:goldenrod;
}
hr        { color : goldenrod;
}
table     { border-color : gold;
}
tr        { border-color : gold;
}
td        { border-color : gold;
}
th        { border-color : gold;
}
