I am using a div tag to put up some text, and there are a few hyperlinks there. I want to use different color in that div, how can I do it?
My css is
Code:
a {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-weight: bold;
color: #FF0000;
text-decoration: underline;
}