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

.hint:link { color:blue; text-decoration:none; }
.hint:visited { color:#660099; text-decoration:none; }
.hint:hover { color: blue;text-decoration:underline; background-color: yellow; }
.hint:active {color:#blue; font-weight: bold;}
.hint {
	line-height:100%;
	}
a.hint, p.hint { line-height: 100%; margin: 0; padding: 0;}