@import url("css1.css");
a:visited {
	text-decoration: none;
	font-style: normal;
	line-height: normal;
	color: #666666;

}
a:hover {
	text-decoration: none;
	color: #0033FF;

}
a:link {
	font-style: normal;
	line-height: normal;

}
.red {
	font-style: normal;
	color: #FF9900;
}
