body {
	background: #000;
	color: #000;
	font: Tahoma, Verdana, Helvetica, sans-serif;
	line-height: 20px;
	margin: 0;
	padding: 0;
	border: 0;
	text-align: center;
}

* html body {
	line-height: 20px;
}

img	{
	border: 0;
}

a:link { 
	color: #fff;
	text-decoration: none;
}
	
a:visited { 
	color: #fff;
	text-decoration: none;	
}
	
a:hover, a:active { 
	color: #34ef5b;
	text-decoration: none;
}

p {
	font: 85% courier, sans-serif;
	margin: 0;
	color: #fff;
}

.text {
	color:#34ef5b;
	font-size: 125%;
}

.footer {
	font: 85% courier, sans-serif;
	margin: 0;
	text-align: center;
	color: #fff;
}

hr {
	width: 100%;
	color: #f00;
	height: 1px;
	margin-bottom: 5px;
	margin-top: 0px;
}