body {
		font-family: Helvetica, Arial, sans-serif;
		font-size: 12pt;

	}
	
#container {
		margin: 0 10% 0 10%;
	}
	
h1 a {
	color:black;
	text-decoration: none;
	font-size: 14pt;
	border-bottom: 1px solid black;
	margin:0 0 20px 0;
	padding: 10px 0;
	width:100%;
	display: block;
	font-weight: normal;
	}
	
h2 {
	font-size: 72px;
	width:80%;
	}
	
h3 {
	font-style: italic;
	}
	
h4 {	
	font-size: 20px;
	}
	
h5 {
	font-size: 16px;
	font-variant: small-caps;
	font-weight: normal;
	}
	
#nav, .module, p.after a, #footer p.right {
	display: none;
	}
	
a {
	color:#666;
	}
	

.postbody a:link:after, .postbody a:visited:after {
   content: " [ " attr(href) " ] ";
   font-size: 80%;
   }

.postbody a[href^="/"]:after {
   content: " [http://digitalmash.com" attr(href) "] ";
   }
   
.postbody p {
	line-height: 130%;
	}
   
p.caption {
	font-size: 70%;
	font-style: italic;
	}

#footer {
	border-top:1px solid black;
	margin:30px 0;
	}