body {
	background-color: #000000;
	font-family: Arial, "Arial Black";
	font-size: 13px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	color: #FFFFFF;
	list-style-type: square;
	margin: 10px;

}

h1 {
	color: #FF0000;
	font-family: "Arial Black";
	font-size: 15px;
	font-weight: bold;


}

h2 {
	color: #FF0000;
	font-family: Arial;
	font-size: 14px;

}

h3 {
	color: #FF0000;
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
}

a {
	color: #FFFFFF;
	font-family: Arial;
	font-size: 12px;
	cursor: hand;
}

