/** 
 * SEO Content
 * -----------
 * 
 * This style sheet is used to style the SEO content generated by Merivale's backend system.
 */


 .seo-content {
	height: auto;
	overflow: hidden;
	clear: both;
	width: 600px;
	color: #999;
	margin: 0 auto;
 }
 .seo-content h1 {
	font-family: Georgia, Times;
	color: #444;
	font-size: 1.4em;
	margin: 20px 0 ;
 }
 
 .seo-content ul,  .seo-content ul li {
 	list-style: none;
 }

