 color: green;  /* CSS Document */

a:link { color: green; font-size: 15pt; text-decoration: none; }
a:hover { color: #060; background-color: silver; text-decoration: underline; }
a:visited { color: green; font-size: 15pt; text-decoration: none; } 
