html, #flashcontent, body {
	height: 100%;
	width: 100%;
	overflow: hidden;
	margin: 0px;
	padding: 0px;
	font-size: 17px;
}
body {
	background-color: #000000;
	color: #fff;
	font-family: Georgia;
	font-style: italic;
}
h1, h2 {
	font-size: 70px;
	padding:  40px 0px 0px 10px;
	margin: 0px;
}
h2 {
	margin: 40px 0px 0px 0px;
	padding: 0px 0px 0px 13px;
	font-size: 25px;
	font-weight: normal;
	text-transform: uppercase;
}
a {
	font-size: 40px;
	line-height: 60px;
	font-weight:bold;
	color: #000;
	background-color: #ffffff;
	padding: 3px 6px 3px 10px;
	text-decoration: none;
}
hr {
	border-top: 0px none;
	border-left: 0px none;
	border-right: 0px none;
	border-bottom: 0px none;
	margin: 50px 0px 50px 0px;
}
strong{
	font-size: 23px;
	text-transform: uppercase;
}
p {
	padding-left: 10px;
	line-height: 28px;
	margin: 0px 0px 10px 0px;
}
small, small a {
	width: 300px;
	font-size: 15px;
}
