Quick tip: style links
a{
color:purple;
}
To make all the links in one specific div red instead of purple add this example to the CSS:
.div_name a{
color:red;
}
Labels: Quick tip
Labels: Quick tip
Labels: Quick tip
Labels: Quick tip
Labels: Quick tip