@charset "utf-8";
/* CSS Document */

* {
 font-family: Arial, Helvetica, sans-serif;
 font-size: 12px;
}

a:link {
 color: #777777;
 text-decoration: none;
}

a:visited {
 color: #777777;
 text-decoration: none;
}

a:active {
 color: #777777;
 text-decoration: none;
}

a:hover {
 color: #777777;
 text-decoration: underline;
}