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

a:link {

    color: #3f3f37;

    text-decoration: underline;

    font-weight: normal;

    font-style: normal;

}
a:visited {

    color: #3f3f37;

	text-decoration:none;

    font-weight: normal;

    font-style: normal;

}
a:hover {

    color: #aa4d2e;

    text-decoration: underline;

    font-weight: normal;

    font-style: normal;

}
a:active {

    color: #3f3f37;

    text-decoration: none;

    font-weight: normal;

    font-style: normal;

}
