  p { /* { */
    line-height: 150%;
   }
   a:link {
    color: #cc3366;
   }
   a:visited {
    color: #6666cc;
   }
   a:active {
    color: #ff0000;
   }
   a:hover {
    color: #ffffff;
    background-color: #9999ff;
    text-decoration: none;
   }
