body{
	background: #fff;
	color:#222;
	font: 62.5% Helvetica, Arial, sans-serif;
}

a{color:#000;text-decoration:none;padding-bottom:2px; border-bottom:1px solid #000;}	
	
a:link:after, a:visited:after {
   content: " (" attr(href) ") ";
   font-size: 90%;
}
nav,form{display:none;visibility:hidden;}


h1{font-size:1.6em;margin-bottom:30px;padding-bottom:20px;}
h1 a{border:0;}
h2{font-size:1.3em;}
h1,h2, h1 a{font-weight:normal;}
section{margin-bottom:40px;display:block;width:100%;border: 1px solid #fff;}
.theimg,
.pad{float:left;}
.pad{margin-right:20px;margin-left:20px;}


/* Source: http://www.positioniseverything.net/easyclearing.html */
.clearfixp:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}

.clearfixp {display: inline-table;}

/* Hides from IE-mac \*/
* html .clearfixp {height: 1%;}
.clearfixp {display: block;}

img{border:1px solid #ccc;}