a:link    { color: #00FF00; background: transparent; }
a:visited { color: #00B300; background: transparent; } 
a:active  { color: #99FF99; background: transparent; } 
a:hover   { color: #99FF99; background: transparent; }

*    { font-family: verdana, helvetica, arial, sans-serif; }

body { 
margin: 10%; }

hr { height: 1px;
     border-style: solid;
     border-color: white;
     color: white;
     background: white;
     border-right-width: 0;
     border-bottom-width: 0; }

p { font-size: 80%;
    line-height: 150%; }