html, body, ul, ol, li, p, h1, h2, h3, h4, h5, h6, form, fieldset {
	margin: 5px 0 0 0;
	padding: 0;
	border: 0;
}
body {
	background-color: #121634;
	text-align: center;
}
body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100.01%;
	color: #FFFFFF;
}

/* Link styles */

a {
	color: #5BCCFF;
}
a:link {
	color: #5BCCFF;
}
a:visited {
	color: #5BCCFF;
}
a:hover {
	color: #5BCCFF;
	text-decoration: none;
}
a:active {
	color: #5BCCFF;
}

/* Page style */

#wrapper {
	width: 700px;
	margin: 0 auto;
	text-align: center;
}
#wrapper_2 {
	width: 800px;
	margin: 0 auto;
	text-align: center;
}
#detection {
	padding-top: 200px;
}
#detection p {
	font-size: 70%;
}