@charset "utf-8";
.Title {
	font-family: "Times New Roman", Times, serif;
	font-size: 36px;
	color: #8F4107;
}
.Standard {
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	color: #232F36;
}
a:link {
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	color: #232F36;
	text-decoration: none;
}
a:hover {
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	color: #FF0000;
	text-decoration: underline;
}
a:visited {
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	color: #666666;
	text-decoration: none;
}
a:active {
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	color: #569601;
}

