/* CSS Document */
body {
	font-family: Trebuchet Ms, Arial, Helvetica, sans-serif;
	font-size: 12px
	}

a:link {
	color: red;
	text-decoration: underline;
}
a:visited {
	text-decoration: none;
	color: red;
}
a:hover {
	text-decoration: none;
	color: #000000;
}
a:active {
	text-decoration: none;
}
.box {
	CURSOR: hand;

}

.box:hover {
	CURSOR: hand;

}