@import url("text-styles-main.css");
a:link {
	color: #000099;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #000099;
}
a:hover {
	color: #FF9900;
	text-decoration: none;
}
