* {
	margin: 0;
	padding: 0;
}

iframe {
overflow-x: hidden;
}

body {
	height: 100%;
	width: 100%;
	background-color: #000000;
}

.style2 {
	color: #999999;
	font-family: 'Trebuchet MS', Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px; 
	line-height: 14pt
}

.style3 {
	font-family: 'Trebuchet MS', Verdana, Arial, Helvetica, sans-serif;
	margin: 5px auto;
	font-size: 11px;
	font-weight: bold;
	color: #00FF00;
	letter-spacing: .13em;
}

.style4 {
	color: #FFFFFF;
	font-weight: bold;
	font-family: 'Trebuchet MS', Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}

.style5 {
	font-family: 'Trebuchet MS', Verdana, Arial, Helvetica, sans-serif;
	margin: 5px auto;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	letter-spacing: .13em;
}

a:link {
	color: #FFFFFF;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #FFFFFF;
}
a:hover {
	text-decoration: none;
	color: #00FF00;
}
a:active {
	text-decoration: none;
	color: #00FF00;
}


