@charset "utf-8";
a:link {
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	font-style: italic;
	line-height: normal;
	color: #0000CC;
	text-decoration: none;
}
a:hover {
    font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	font-weight: bold;
	color: #660000;
	text-decoration: none;
}
a:visited {
    font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	font-style: italic;
	line-height: normal;
	color: #0000CC;
	text-decoration: none;
}
a:active {
	font-family: "Times New Roman", Times, serif;
	font-style: italic;
	font-size: 16px;
	font-weight: bold;
	color: #660000;
	text-decoration: none;
}
