How do I shorten this code without compromising their function?
.taster a:link, a:visited {
text-decoration: none;
color: #FFFFFF;
}
.taster a:hover , a:active {
font-size: 120%;
color: #000000;
}
.contact a:link, a:visited {
text-decoration: none;
color: #FFFFFF;
}
.contact a:hover , a:active {
font-size: 120%;
color: #000000;
}
I would appreciate it if you could help me out with this one.
.taster , .contact a:link , a:visited, it doesn't work anymore