* {
	padding:0;
	margin:0;
}
body {
	font-family: Tahoma, Arial, sans-serif;
	height: 100%;
	border: 0px;
	background-color: #121212;
	text-align: justify;
	border:none;
}
#header {
	width: 424px;
	height: 228px;
	text-align: center;
	color: #fff;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -212px;
	/* Half the width of the DIV tag which is 50 pixels */
	margin-top: -114px;/* Half the height of the DIV tag which is also 50 pixels */
}
.text {
	font-size:11px;
	color:#808080;
}
a.text {
	font-size:11px;
	color:#808080;
	text-decoration:none;
}
a.text:hover {
	font-size:11px;
	text-decoration:underline;
}

.text2 {
	font-size:11px;
	color:#808080;
	text-decoration:none;
}
.text2 a {
	font-size:11px;
	color:#808080;
	text-decoration:none;
}
.text2 a:hover {
	font-size:11px;
	color:#808080;
	text-decoration:underline;
}
.results {
	color:#0458ac;
}
a.results {
	color:#0458ac;
}

