.text {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.little {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}
.mono {
	font-family: "Courier New", Courier, mono;
	font-size: 12px;
}
.box {
	border: thin solid #999999;
}
.removelink {
	text-decoration: none;
	color: #333333;
}
a:hover {
	text-decoration: underline;
}

.tag {
	color: #0000CC;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
}
.tag:hover {
	text-decoration: underline;
}
.tag:visited {
	color: #0000CC;
}
.tag:active {
	color: #FF0000;
}
