*{text-align:left;}

h1{
	font-size:131%;
	color: #67AE9E;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	background-color: #C6DFD9;
	text-align: center;
	border: 1px solid #74B4A4;
}
h2{font-size:116%;}
h1,h2{font-weight:bold;}
h1,h2,p{
	margin-bottom:15px;
	padding-right: 10px;
	padding-left: 10px;
}

strong{font-weight:bold;}
em{font-style:italic;}


div.example{
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	overflow: hidden;
}


.hidden{display:none;}

/* Nasty clearfix hacks */
.clearfix {display:inline-block;} 
/* Hide from IE Mac \*/ 
.clearfix {display:block;} 
/* End hide from IE Mac */ 
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
