		body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFF;
	background-color: #2b4ed6;
	margin: 0;
	padding: 0;
		}
		
		a:link {
	text-decoration: none;
	color: #9BFF66;
		}
		
		a:visited {
	text-decoration: none;
	color: #9BFF66;
		}
		
		a:hover {
	text-decoration: underline;
	color: #9BFF66;
		}
		
		a:active {
	text-decoration: none;
		}
		
		#wrapper {
	margin: 100px auto 0 auto;
	width: 400px;
	text-align: center;
		}
