a {
	color: white;
	text-decoration: none;
}
a:hover {
	color: white;
	text-decoration: underline;
}
a.bluelink {
	color: blue;
	background-color: transparent;
	text-decoration: underline;
}
a.bluelink:hover {
	text-decoration: underline;
	color: blue;

}
.textarea {
	font-family: Helvetica, Arial, Verdana, sans-serif;
	font-size: 12px;
}
.greylink {
	color: #999999;
}
.greylink:hover {
	color: #999999;
	text-decoration: underline;
}

