body { 
    /* font-family: 'Open Sans', Arial, Geneva, sans-serif; */
	font-family: 'Pangolin', cursive;
    margin-top:60px;
	margin-bottom:30px;
    text-align:center;
	font-size: 17px;
	line-height:24px;
	font-weight: 400;
	color: #353535;
	padding-top:30px;
	background:#e2e3e7;
	text-shadow:0 1px 0 rgba(255,255,255,.8);
	-webkit-font-smoothing: subpixel-antialiased;
}

html, body {
    max-width: 100%;
    overflow-x: hidden;
}

 ul .nolist {	
	list-style-image:none;
	}


a:link,a:visited {
	color:#555;
	text-decoration:none;
}

a:hover,a:active {
	color:#004493;
	text-decoration:none;
}

span.middlecyan {font-weight:400;color:#6699FF;}
span.middlemagenta {color:#E2007A;}
span.middlegreen {font-weight:400;color:#97BF0D;}
span.middleviolett {font-weight:400;color:#B32083;font-size:21px;}
span.middlelightgrey {color:#777;}
span.smalllightgrey {font-weight:400;color:#777;}