.text {
	font-family: "Microsoft Sans Serif";
	color: #0000FF;
	font-size: 14px;
	text-decoration: none;


}
a:link {
	text-decoration: none;
	font-family: "Microsoft Sans Serif";
	font-size: 14px;
	color: #0000FF;

}
a:visited {
text-decoration: none;
	font-family: "Microsoft Sans Serif";
	font-size: 14px;
	color: #0000FF;

}
a:hover {
text-decoration: underline;
	font-family: "Microsoft Sans Serif";
	font-size: 14px;
	color: #FF0000;

}
a:active {
text-decoration: none;
	font-family: "Microsoft Sans Serif";
	font-size: 14px;
	color: #0000FF;

}

