@charset "UTF-8";
.heading {
	font-family: "Times New Roman", Times, serif;
	font-size: 120%;
	font-style: normal;
	font-weight: bold;
	font-variant: small-caps;
	color: #000000;
}
body {
	background-color: DDFFDD;
}
.Notice {
	font-size: 24px;
	font-weight: bold;
	color: 164C16;
}
.paragraph {
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	text-align: justify;
}
a:link {
	color: 164C16;
}
a:visited {
	color: 164C16;
}
a:active {
	color: 83E783;
}
.hidden {
	color: DDFFDD
}
.sub_heading {
	font-size: 110%;
	font-family: "Times New Roman", Times, serif;
	text-align: justify;
	font-weight: bold;
}
.caption {
	font-family: "Times New Roman", Times, serif;
	font-size: 100%;
	font-style: italic;
	text-align: center;
}
.small_Paragraph {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
}

a:hover {
	color: #FF0000;
	font-style: oblique;
}
a:active {
	color: #9900FF;
}

