Forum Moderators: not2easy
So I want to specify a hover color within pt that only applies to pt. Outside pt hover would change the link text to 00ff00 as it does now.
Thanks, Peter Novice
/* common.css 050207 */
a:link, a:visited, a:active {text-decoration: none; color: #009900}
a:hover {text-decoration: none; color: #00ff00}
body {background-color: #ffffff; margin: 0; padding: 0}
/* Page Title */
.pt {
text-align: center;
font-family: verdana,arial;
font-size: 18px;
color: #000099}