style.css question
How would I add my vlink and link color tags in below for this style.css page? Say I want red links and green visited links.
<!---
/* Main body attributes */
body {
font-family:Verdana, Sans-serif;
color; #FFFFFF;
font-size: 12px
}
|