@charset "utf-8";
/* CSS Document */

a {
color: #167ad3;
text-decoration:none;
cursor: pointer;

}
a:hover{
text-decoration: underline;
}

a:visited{
color: #167ad3;
}
