Can you assist me in streamlining this code while maintaining its functionality?
.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 greatly appreciate your help with this task.