body {
	height:			100%; 
	max-height:		100%; 
	text-align:		center; /* for IE */
	margin:			0 auto; /* for the rest */ 
}

hr{
	background-color: 	#e5ecf9;
	color:				#e5ecf9;
	height: 			2px;
	width: 				90%;
	border:				0;
}

h1{
	color:				#0185b2;
	font-size:			220%;
	font-weight: 		bold;
}


h2{
	color:				#868789;
	font-size:			140%;	
}

h3{
	color:				#868789;
	font-size:			115%;
	font-weight:		normal;	
}

strong{
	
	color:			green;
	font-weight:	bold;
}

#content {
	color:				#868789;
	border: 			1px solid #e5ecf9;
	background-color: 	#f9f9f9;
	width: 				750px;
	height: 			260px;
	position:			relative;
	margin:				0px auto;
	text-align: 		center;
	top:				150px;
}

.referer{
	color:				#868789;
	text-decoration:	none;
	font-size:			110%;
	font-weight:		normal;		
}


#example{
	
	color:			orange;
	font-weight:	bold;
}