body {
	font-family: Helvetica, Verdana, Arial, sans-serif;
	font-weight: bold;
	font-size: 36pt;
	background-color: #020202;
	color: white;
}

#text {
	margin: 150px auto 0px auto;
	width: 750px;
	text-align: center;
}

p.small{
	font-size: 18pt;
	display: block;
	text-align: center;
	color: #CB5C5C;
	margin-top: 4px;
}

p.small:before{
	content: "(";
}

p.small:after{
	content: ")";
}

p.unset a{
	font-size: 14pt;
	margin-top: 50px;
	text-align: right;
	display: block;
	text-decoration: none;
	color: #5C86CB;
}

input{
	background: transparent;
	border: 1px solid #5C86CB;
	padding: 3px;
	color: #FFFFFF;
	font-size: 20pt;
}

input[type=submit]{
	background: #5C86CB;
	padding: 2px 10px;
	border: 1px solid #5C86CB;
}

#footer{
	position: absolute;
	bottom: 8px;
	right: 8px;
	width: 90%;
	text-align: right;
	font-size: 8pt;
	color: #999999;
	font-weight: normal;
}

#footer a{
	color: #CCCCCC;
	text-decoration: none;
}

p.oli{
	margin: 0px;
}

#app{
	margin-top: 30px;
	font-size: 24pt;
	font-weight: normal;
}

#app a{
	color: #5C86CB;
}