@charset "utf-8";
/* CSS Document */
body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
body {
	margin-top: 0px;
	margin-bottom: 0px;
	background-color: #000000;
}
h1 {	
	font-size: 30px;
	font-style: oblique;
	font-weight: bold;
	color: #FFCC00;
}
h2 {
	color:#FFCC00;
	font-size: 18px;
	font-style: normal;
	font-weight: bold;
	font-variant: small-caps;
}
a:link {
	color: #00CCFF;
	text-decoration: none;
}
a:visited {
	color: #00CCFF;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
	color: #0099FF;
}
a:active {
	text-decoration: none;
}
.style1 {
font-size:10px;
}
.style2 {
font-size:12px;
}
.style3 {
font-size:18px;
}
.style4 {
font-size:24px;
}
.style5 {
font-size:36px;
font-weight:bold;
}

