@charset "utf-8";
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: rgba(255,255,255,1);
}
body {
	background-color: rgba(0,0,0,1);
	background-repeat: no-repeat;
	background-size: cover;
}
h1 {
	font-size: 24px;
	color: rgba(255,0,0,1);
}
h2 {
	font-size: 18px;
	color: rgba(255,0,0,1);
}
h3 {
	font-size: 16px;
	color: rgba(255,0,0,1);
}
h4 {
	font-size: 14px;
	color: rgba(255,0,0,1);
}
h5 {
	font-size: 14px;
	color: rgba(0,0,255,1);
}
h6 {
	font-size: 14px;
	color: rgba(0,204,0,1);
}
a:link {
	color: rgba(255,255,0,1);
}
a:visited {
	color: rgba(255,255,0,1);
}
a:active {
	color: rgba(255,255,0,1);
}
#apDiv1 {
	position: absolute;
	left: 0px;
	top: 10px;
	width: 100%;
	height: 40px;
	z-index: 1;
	background-color: #000000;
}
