@charset "UTF-8";
/* CSS Document */


.centered_div {
width:440px;
position: absolute;
left: 50%;
margin-left: -220px;
margin-top: 20px;
background: white;
}


body {
	color: #000;
	background-color: white;
	font: 11px/20px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}

.style1 {
	font-family: consolas, "Courier New", Courier, mono;
	color: #666666;
	font-weight: bold;
	font-size: 24px;
}