@charset "utf-8";
body {
	background-color: #900000;
}


p {
	font-size: 10px;
	color: #000;
	font-family: Arial, Helvetica, sans-serif;
}


h1 {
	font-size: 12px;
	color: #000;
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	color: #000;
}
h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	color: #000;
}
h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	color: #000;
}
h5 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #F00;
}



a:link {
	color: #000;
	text-decoration: underline;
}


a:hover {
	color: #F00;
	text-decoration: underline;
}

a:visited {
	color: #06F;
	text-decoration: underline;
}
