@charset "utf-8";
/* CSS Document */
<!--
.style1 {
	font-family: "Courier New", Courier, monospace;
	font-size: large;
	font-weight: bold;
}
.style2 {
	font-family: "Courier New", Courier, monospace;
	font-size: small;
}
.style3 {
	font-family: "Courier New", Courier, monospace;
	font-size: 18px;
	color: #990000;
	font-weight: bold;
}
.style4 {
	font-family: "Courier New", Courier, monospace;
	font-size: 12px;
	color: #990000;
	font-weight: normal;
}
.style5 {
	font-family: "Courier New", Courier, monospace;
	font-size: 12px;
	color: #000000;
	font-weight: normal;
}
a {
	text-decoration: none;
	color:#990000;
}
a:hover {
	text-decoration: none;
	color: #0000FF;
}-->