body {
        font-family: sans-serif;
}

p.meta {
	text-align: center;
	font-size: smaller;
}

#h-contain {
	padding: 5px;
	border: 1px solid #000;
	margin-bottom: 25px;
	text-align: center;
	}

#pipe ul {
	margin-left: 20;
	padding-left: 0;
	display: inline;
	text-align: center;
	} 

#pipe ul li {
	margin-left: 0;
	padding: 3px 15px;
	border-left: 1px solid #000;
	list-style: none;
	display: inline;
	text-align: center;
	}
	
		
#pipe ul li.first {
	margin-left: 0;
	border-left: none;
	list-style: none;
	display: inline;
	text-align: center;
	}

#button {
	width: 12em;
	border-right: 1px solid #000;
	padding: 0 0 1em 0;
	margin: auto;
	font-family: 'Trebuchet MS', 'Lucida Grande',
	  Verdana, Lucida, Geneva, Helvetica, 
	  Arial, sans-serif;
	background: #90bade;
	color: #333;
	text-align: center;
	}
#button ul {
	list-style: none;
	margin: 0;
	padding: 0;
	border: none;
	text-align: center;
	}
		
#button li {
	border-bottom: 1px solid #90bade;
	margin: 0;
	text-align: center;
	}

#button li a {
	display: block;
	padding: 5px 5px 5px 0.5em;
	border-left: 10px solid #1958b7;
	border-right: 10px solid #508fc4;
	background: #2175bc;
	color: #fff;
	text-decoration: none;
	width: 100%;
	text-align: center;
	}

html>body #button li a {
	width: auto;
	text-align: center;
	}

#button li a:hover {
	border-left: 10px solid #1c64d1;
	border-right: 10px solid #5ba3e0;
	background: #2586d7;
	color: #fff;
	text-align: center;
	}

