/* CSS Document */
html, body {
 font: small Verdana, Geneva, Arial, Helvetica, sans-serif;
}

a img {
 border-style: none;
}

a:link, a:visited {
 background-color: transparent; color: #fff;
 text-decoration: none;
}
a:visited {
 text-decoration: none;
}
a:focus, a:hover {
 text-decoration: underline;
}
