/* CSS Document */


a:link {
 color: #3399cc;
 text-decoration: none;
}
a:visited {
 text-decoration: none;
 color: #3399cc;
}
a:hover {
 text-decoration: none;
 color: #000066;
}
