"Have we learned the Lesson?"
by Dr Aaron Dawson
by Dr Aaron Dawson
/* unvisited link */ a:link { color: blue; } /* visited link */ a:visited { color: blue; } /* mouse over link */ a:hover { color: black; font-weight: bold; } /* selected link */ a:active { color: blue; } -->