body {
	background-color: #000000;
}
.text {	
	color: #cccccc;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: justify;
}
h1	{
	font-size: 30px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	color: #ff0000;
	font-style: normal;
	line-height: normal;
	font-variant: normal;
}
h2	{
	font-size: 16px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	color: #ff0000;
	font-style: normal;
	line-height: normal;
	font-variant: normal;
}
h3	{
	font-size: 16px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	color: #ff0000;
	font-style: normal;
	line-height: normal;
	font-variant: normal;
}
h4	{
	font-size: 22px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	color: #ffffff;
	font-style: normal;
	line-height: normal;
	font-variant: normal;
}
a:link {
	color: #ff0000;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #ff0000;
}
a:hover {
	text-decoration: underline;
	color: #FF0000;
}
a:active {
	text-decoration: none;
}
