@charset "UTF-8";
/* CSS Document */

a:link, a:visited, a:active {
color:#0000CC;
text-decoration:underline;
}

a:hover {
color:#007700;
text-decoration:underline;
}
