@charset "UTF-8";
a:link {
	color: #333366;
	text-decoration: none;
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
}
a:hover {
	color: #9999CC;
	text-decoration: underline;
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
}
a:visited {
	color: #333366;
	text-decoration: none;
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
}
a:visited:hover {
	color: #9999CC;
	text-decoration: underline;
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
}
body {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
}
a:active {
	color: #9999CC;
}
