@charset "utf-8";
h1 {
	font-family: "Times New Roman", Times, serif;
	font-size: 24px;
	font-style: italic;
	font-weight: bold;
	color: #CCCCCC;
}
.bodytext {
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	font-style: normal;
	font-weight: normal;
	color: #CCCCCC;
}
a:link {
	color: #999999;
	font-weight: bold;
}
a:visited {
	color: #9966FF;
}
a:active {
	color: #6666FF;
}
