body {
  color: white;
  background-color: dimgray;
  background-image:url(http://a.padfly.com/padfly-bg.gif);
  background-repeat:repeat;
}
A{text-decoration:none}
A:link{color:lightblue}
A:visited{color:lightblue}
A:hover{color:lime;text-decoration:underline}
A:active{color:lightblue}
A.aup:active{color:yellow}
A.aup:link{color:yellow}
A.aup:visited{color:yellow}
A.aup:hover{color:lime;text-decoration:underline}
*:focus{outline:0;outline-style:none;outline-width:0px;-moz-outline-width:0px;}