.cursorhand {
	cursor: hand;
	text-decoration: none;

}
a:hover {
	color: #333333;
}
a:link {
	color: #666666;
}
a:visited {
	color: #425B75;
}
.clearunderline {
	text-decoration: none;
	cursor: hand;
	color: #000000;

}
.box {
	border: thin dashed #999999;
}
