a {
	text-decoration: none;
}
.main a:link {
	font-size: x-small;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}
.main a:visited {
	font-size: x-small;
	font-weight: bold;
	color: #0099FF;
	text-decoration: none;
}
.main a:hover {
	font-size: x-small;
	font-weight: bold;
	color: #99FFFF;
	text-decoration: none;
}
.main a:active {
	font-size: x-small;
	font-weight: bold;
	color: #FF0000;
	text-decoration: none;
}
.text a:link {
	color: #0000FF;
	text-decoration: none;
	font-size: x-small;
	font-weight: bold;

}
.text a:visited {
	color: #000099;
	text-decoration: none;
	font-size: x-small;
	font-weight: bold;

}
.text a:hover {
	color: #0099FF;
	text-decoration: none;
	font-size: x-small;
	font-weight: bold;

}
.text a:active {
	color: #FF0000;
	text-decoration: none;
	font-size: x-small;
	font-weight: bold;

}
