@charset "UTF-8";
body {
	height: 98%;
	background-color: #000000;
}

/* LINK STYLES */



A:link {   /* for unvisited links */

	color: #000000;

	text-decoration: underline;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;

	 }

A:visited {
	color: #000000;
		text-decoration: underline	;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;	
	font-size: 12px;
}	 



A:hover {   /* when mouse is over link */
	color: #FF0000;
	text-decoration: underline;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 12px;
	}
p {
	font-family: "ARIAL BLACK";
	font-size: 14px;
	color: #000000;
}
.p-red {
	font-family: "ARIAL BLACK";
	font-size: 14px;
	color: #FF0000;
}
h1 {
	font-family: "ARIAL BLACK", Arial;
	font-size: 20px;
	color: #FF0000;
}
h2 {
	font-family: "ARIAL BLACK", Arial;
	font-size: 18px;
	color: #000000;
}
