/*
CSS Credit: http://hli4s.net
*/

body {
}

a:link { color: cyan; text-decoration: none; text-shadow: none; }
a:visited { color: cyan; text-decoration: none; text-shadow: none; }
a:hover { text-decoration: underline; color: #000; text-shadow: 2px 2px 5px #000; }
a:active { text-decoration: underline; color: #000; text-shadow: 2px 2px 5px #000; }
