@charset "utf-8";
h1 {
	font-size: 18px;
	font-variant: small-caps;
	font-weight: bold;
	text-transform: uppercase;
}
h2 {
	font-size: 12px;
	font-weight: lighter;
	line-height: 15px;
}
h3 {
	font-size: 16px;
	font-variant: normal;
	text-align: center;
	font-weight: bold;
}
h4 {
	font-size: 18px;
	letter-spacing: normal;
	word-spacing: 0.4em;
}

body {
	background-color: #000000;
	color: #FFFFFF;
	font-family: Georgia, "Times New Roman", Times, serif;
	margin: 0px;
}
p {
margin:001em;
}
.style1 {
	font-size: 10px;
	text-align: center;
}
a:link {
	color: #FFFFFF;
	text-decoration: underline;
}
a:visited {
	text-decoration: none;
	color: #CCCCCC;
}
a:hover {
	text-decoration: none;
	color: #FFFFFF;
}
a:active {
	text-decoration: none;
	color: #FFFFFF;
}
