a:link {background-color:#037; color: white;
text-decoration: none} an anchor that has not been visited
a:visited { background-color:#037; color: white;
text-decoration: none} one that has been visited
a:hover { background: #fff; color: #037;
text-decoration: none;} mouse is over the link
a:active { background-color:#037;color: yellow;
font-size: 140%;} in process of being activated
a.external:visited (color:red}