@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: #FFFFCC;
}
.Notice {
	font-size: 24px;
	font-weight: bold;
	color: cc3300;
}
.paragraph {
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	text-align: justify;
}
a:link {
	color: cc3300;
}
a:visited {
	color: #cc3300;
}
a:active {
	color: ffcc99;
}
.hidden {color: #ffffcc}
.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;
}
a:hover {
	color: #FF0000;
	font-style: oblique;
}
