@import url("newstyle.css");
td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-size: 10pt;
}

a:link {
	color: #517CFF;
	text-decoration: none;
}
a:visited {
	color: #517CFF;
	text-decoration: none;
}
a:hover {
	color: #CCCCCC;
	text-decoration: underline;
}
a:active {
	color: #996633;
}
