[css] link styling
a.title:link,
a.title:visited,
a.title:active {
color: #222222;
}
a.title:hover {
color: #023A4D;
}
/*
1. do not underline links
2. change color only when hovered.
*/
.the-liberty-lab-footer > a,
.the-liberty-lab-footer > a:visited,
.the-liberty-lab-footer > a:focus {
text-decoration: none;
color: #222222;
}
.the-liberty-lab-footer > a:hover
{
text-decoration: none;
color: #1aa000;
}