@charset "utf-8";
/* CSS Document */
.link:hover {
cursor: pointer;	
pointer-events: none;
text-decoration:underline;
border-bottom-style:solid;border-color:#453634;border-width:2px
}