/* css style sheet [tested IE 5.50] by JFG 22:06 06.02.2002   */

body { margin-left: 10%; margin-right: 10%;
 font-family: Arial, sans-serif; background: #FFF9C9;  }             

div.color {        background: white;
                   padding: 0.5em;
                   border: solid;
                 } 

:link { color: "#008080"; TEXT-DECORATION: none; }  /* for unvisited links */
:visited { color: "#008080"; TEXT-DECORATION: none;} /* for visited links */
:active { color: red; TEXT-DECORATION: none; } /* when link is clicked */
:hover { color: "#800000"; TEXT-DECORATION: underline; } /* when mouse is over link */