A:link, A:visited {color:darkblue; text-decoration:underline}
A:hover, a:active {color:darkgreen}

.link_white a {color:white}
.link_white a:visited {color:white}
.link_white a:active {color:yellow}
.link_white a:hover {color:yellow}

.menu a {color:blue;font-size: 14px;}
.menu a:visited {color:blue; font-size: 14px;}
.menu a:active {color:red; font-size: 14px;}
.menu a:hover {color:red;font-size: 14px;}


.copy a {color:darkblue ;font-size: 12px;}
.copy a:visited {color:darkblue; font-size: 12px;}
.copy a:active {color:darkgreen; font-size: 12px;}
.copy a:hover {color:darkgreen;font-size: 12px;}

}