.header, .footer, .sidebar {
	display: none;
	}

/* Typography*/
p { margin: 0 0 1.5em; }
h1,h2,h3,h4,h5,h6 { font-weight: normal; }
h1 { font-size: 2.5em; line-height: 1; margin-bottom: 1em; }
h2 { font-size: 1.75em; margin-bottom: 11px; border-bottom: 1px #ccc solid; }
h3 { font-size: 1.5em; line-height: 1; margin-bottom: 1em; }
h4 { font-size: 1.2em; line-height: 1.25; margin-bottom: 1.25em; }
h5 { font-size: 1em; font-weight: bold; margin-bottom: 1.5em; }
h6 { font-size: 1em; font-weight: bold; }
ol { margin: 0 1.5em 1.5em 1.5em; }
ul { margin: 0 1.5em 1.5em 0; list-style-type: none; }

/* Links */
a:link, a:visited {
	color: #520;
	font-weight: normal;
    text-decoration: underline;
	}

/* Images */
a img { 
	border: none; 
	}

img {
    float: left;
    margin: 0 1.5em 1.5em 0;
	}