@charset "utf-8";
h4 {
	color: #069;
	text-decoration: underline;
	font-size: 24px;
	font-style: normal;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
}

body {
	background-color: #000;
	font-family: Arial, Helvetica, sans-serif;
	text-align: justify;
}

h3 {background-color: #039;}h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 52px;
	text-align: center;
	color: #09C;
}

p {
	color: #09F;
	font-size: 24px;
	text-align: justify;
	margin-top: 25px;
	margin-right: 100px;
	margin-bottom: 25px;
	margin-left: 100px;
}

a {color:#069;}
