@charset "utf-8";
/* CSS Document */

body {
	margin-top: 10px;
	margin-bottom: 5px;
	background-color: #222222;	
}
h1 {
	font-family: Arial;
	font-size: 14px;
	color: #000F05;
}
h2 {
	font-family: Arial;
	font-size: 10px;
	color: #000F05;
}
p {
	font-family: Arial;
	font-size: 12px;
	color: #000000;
}
a:link {
	font-size: 12px;
	color: #000F05;
}
a:visited {
	font-size: 12px;
	color: #000F05;
}
a:hover {
	font-size: 12px;
	color: #000F05;
	text-decoration: none;
}
a:active {
	font-size: 12px;
	color: #000F05;
}

