@charset "utf-8";
a {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10px;
	text-decoration: none;
	color: #990000;
}
a:hover {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10px;
	color: #000000;
	text-decoration: underline;
	background-color: #FFFFFF;
}

.black_btn {
	font-family: "Courier New", Courier, monospace;
	font-size: 10px;
	color: #FFFFFF;
	text-decoration: none;
	background-color: #000000;
}


.style4 {
	color: #990033;
	font-weight: bold;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
}

body {
	background-color: #9c1b1f;
}
p {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	color: #000000;
	padding-left: 10px;
	padding-right: 10px;
}
	
.myLink {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #990000;
}

