@charset "utf-8";
/* CSS Document */

a:link {color:#ffffcc; text-decoration: underline}    /* unvisited link */
a:visited {color:#ffffcc; text-decoration: underline} /* visited link */
a:hover {color:#ffffcc; text-decoration: none}   /* mouse over link */
a:active {color:#ffffcc; text-decoration: underline}  /* selected link */