@charset "utf-8";
/* CSS Document */
body {
	background-color: #000000;
}
h1 {
	font-family: "Times New Roman", Times, serif;
	font-size: xx-large;
	font-style: normal;
	font-weight: bolder;
	font-variant: normal;
	color: #FF0000;
	background-color: #000000;
	text-align: center;
}
h2 {
	font-size: x-large;
	font-style: normal;
	font-weight: bolder;
	color: #FF0000;
	background-color: #000000;
	text-align: center;
}
h3 {
	font-family: "Times New Roman", Times, serif;
	font-size: x-large;
	font-style: normal;
	font-weight: bold;
	color: #FF0000;
	background-color: #000000;
}
h4 {
	font-family: "Times New Roman", Times, serif;
	font-size: large;
	font-style: normal;
	font-weight: bolder;
	color: #FF0000;
	background-color: #000000;
	text-align: center;
}
p {
	font-family: "Times New Roman", Times, serif;
	font-style: normal;
	font-weight: bold;
	color: #000000;
	background-color: #FFFFFF;
	border-left: 5;
	border-right: 5;
}
