|
how do you set vlink and alink colors inside the body tag in CSS
i have to but it in the body tag for some reason, it's part of some "homework"
BODY {
font-family: "Trebuchet MS", Arial, sans-serif;
font-size: 14pt;
color: 193C24;
background-color: E4F9CC;
}
|