.white:link {
	color: #EAEAEA;
	font-family: "Microsoft Sans Serif";
	font-size: 13px;
}
.white:hover {
	color: #EAEAEA;
	font-family: "Microsoft Sans Serif";
	font-size: 13px;
	text-decoration: underline;
}
.white:visited {
	font-family: "Microsoft Sans Serif";
	font-size: 13px;
	color: #EAEAEA;
}
.white:active {
	font-family: "Microsoft Sans Serif";
	font-size: 13px;
	color: #EAEAEA;
}
.black:link {
	color: #000000;
	font-family: "Microsoft Sans Serif";
	font-size: 13px;
	text-decoration: none;
}
.black:hover {
	color: #000000;
	font-family: "Microsoft Sans Serif";
	font-size: 13px;
	text-decoration: underline;
}
.black:visited {
	font-family: "Microsoft Sans Serif";
	font-size: 13px;
	color: #000000;
}
.black:active {
	font-family: "Microsoft Sans Serif";
	font-size: 13px;
	color: #000000;
}
.red:link {
	color: #990000;
	font-family: "Microsoft Sans Serif";
	font-size: 13px;
	text-decoration: none;
}
.red:hover {
	color: #990000;
	font-family: "Microsoft Sans Serif";
	font-size: 13px;
	text-decoration: underline;
}
.red:visited {
	font-family: "Microsoft Sans Serif";
	font-size: 13px;
	color: #990000;
}
.red:active {
	font-family: "Microsoft Sans Serif";
	font-size: 13px;
	color: #990000;
}
