What is wrong with my css style sheet?
.bodystyle {
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
padding: 5px;
link: #CC0000;
hover: #000000;
}
The link and hover don't work. I find that when I change the links they change the links on every area of my page, instead of just the bodystyle. Thanks for any help
.bodystyle {
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
padding: 5px;
link: #CC0000;
hover: #000000;
}
The link and hover don't work. I find that when I change the links they change the links on every area of my page, instead of just the bodystyle. Thanks for any help