@charset "utf-8";
.site {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-align: center;
	color: #CCC;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	background-color: #000;
	font-style: normal;
	text-align: center;
	color: #CCC;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: bolder;
	color: #FC6;
	left: 50px;
	top: 15px;
	right: 20px;
	bottom: auto;
	margin: 10px;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: bold;
	color: #CCC;
	margin: 5px;
}

h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-style: normal;
	color: #CCC;
	font-weight: normal;
	margin: 7px;
}
h4 {
	font-family: "Arial Black", Gadget, sans-serif;
	font-size: 16px;
	color: #CCC;
	margin: 8px;
}
h5 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	margin: 9px;
	color: #CCC;
}

h6 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #CCC;
	background-repeat: no-repeat;
	background-position: left top;
	margin: 15px;
}
table {
	background-repeat: no-repeat;
	background-color: #000;
	text-align: center;
}

