html { 
	/*background: #e8ebef; */
}
body { 
	margin: 0;
	font-size: 76%; 
	font-family: Arial, sans-serif; 
	color: #666;
	line-height: 1.5; 
	text-align: center; 
}
h1 { 
	font-size: 3em; 
	font-weight: normal; 
	text-transform: uppercase; 
	color: #fff; 
}



a {
	color: #11a0e1;
	text-decoration: none;
	outline: none;
}

a:border {
	none;
}

a:hover {
	color: #557d10;
}


