a.one:link {color: white; text-decoration:none; font-size: +20}

a.one:visited {color: white; text-decoration:none; font-size: +20}

a.one:hover {color: gold; text-decoration:underline; font-size: +20}

a.one:active {color: white; text-decoration:none; font-size: +20}




a.two:link {color: blue; text-decoration:none; font-weight:bold}

a.two:visited {color: darkblue; text-decoration:none; font-weight:bold}

a.two:hover {color: teal; font-weight:bold; text-decoration:underline}

a.two:active {color: red; text-decoration:underline; font-weight:bold}