/* CSS for Gibson sub sheets*/
/* MRE 3 Sep 09 */
BODY 
  {
  font-family: cursive; font-size: medium; font-weight: bold
  body {background-color: lightblue; background-image: none}
  }
A {font-family: cursive; font-size: large; font-weight: bold}
  
 
 HR {color:blue}
 body {background-color: lightblue; background-image: none}
  a {font-family: cursive; font-size: large; font-weight: bold}
  a:link {color: black }
  a:visited {color: purple }
  a:active {color: red}
  a:hover {color:blue}
  ul.info {
    list-style-type: none;
    padding: 0;
    margin: 0;
    position: relative;
    top: .5em;
    left: 0.5em;
    }
  ul.info li 
    {
    background: whitesmoke;
    margin: 0.4em 0;
    padding: 0.3em;
    }
  ul.info a {
    text-decoration: none }

