?
2011-12-09 14:57:58 UTC
Here is my CSS
#content a:link {
text-decoration:none;
font-family: Georgia, serif;
font-style: normal;
font-weight: normal;
font-size: 1.0em;
line-height: 1.2em;
color: #00ccff;
}
#content a:hover {
text-decoration:underline;
font-family: Georgia, serif;
font-weight: normal;
font-size: 1.0em;
line-height: 1.2em;
color: #ffff00;
}
#content a:visited {
text-decoration:none;
font-family: Georgia, serif;
font-style: normal;
font-weight: normal;
font-size: 1.0em;
line-height: 1.2em;
color: #00ccff;
}