/*
A:link {color: #0000FF; font-size: 16px; text-decoration: none; font-weight: normal;}
A:visited {color: #660099; font-size: 16px; text-decoration: none; font-weight: normal; text-shadow: 5pt 5pt 2pt yellow}
A:hover {color: #660099; font-size: 16px; text-decoration: underline; font-weight: normal; text-transform: none; text-shadow: 5pt 5pt 2pt green}
A:active {color: #0000FF; font-size: 16px; text-decoration: underline; font-weight: normal; font-style: normal}
*/

A:link {text-decoration: none;}
A:visited {text-decoration: none;}
A:hover {text-decoration: none;}
A:active {text-decoration: none;}


