/* CSS Document */

a:link { color: #3399FF; text-decoration: none; }
a:visited { color: blue; text-decoration: none; } 
a:hover { color: #3333CC; text-decoration: underline; }


