body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #000000;
	text-align: justify;
	color: #FFFFFF;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	text-transform: capitalize;
	color: #1468fc;
	background-color: #000000;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	text-transform: capitalize;
	color: #1468fc;
	background-color: #000000;
}
h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: italic;
	font-weight: bold;
	color: #1468fc;
	background-color: #000000;
}
a:link {
	font-weight: bold;
	color: #1468fc;
	text-decoration: underline;
}
a:visited {
	font-weight: bold;
	color: #1468fc;
	text-decoration: none;
}
a:active {
	font-weight: bold;
	color: #1468fc;
	text-decoration: none;
}
