
* {
	margin: 0;
	padding: 0;
}

img {
	border: none;
	display: inline;
	margin-bottom: 20px;
}

fieldset {
	border: none;
}

/* Base Typography
================================== */

body {
	font: 0.75em Georgia;
	color: #000;
}

p {
	margin: 0 0 0.75em 0;
	line-height: 1.4em;
}

ul {
	margin-bottom: 1em;
	list-style-position: inside;
}
	
li {
	line-height: 1.5em;
}

h1, h2, h3, h4, h5, h6 {	
	font-weight: bold;
}

h1 {
	font-size: 170%;
	margin-bottom: 1em;
	margin-top: 1em;
}

h2 {
	font-size: 150%;
	margin-bottom:0.5em;
}
h3 {
	font-size: 130%;
	margin-bottom: 0.4em;
}

h4{
	font-size: 110%;
	margin-bottom:0.3em;
}

h5{
	font-size: 100%;
}

a { 
	text-decoration: none;
	color: #000;
}
	
a:hover, a:active { 
	text-decoration: underline;
}
	
a:visited { 
	text-decoration: none;
}

a:focus {
	outline-style: none;
	text-decoration: none;
}

blockquote {
	margin-bottom: 1em;
}

/* Common structural elements
================================== */

body {
	padding: 20px 40px;
}

/* Elements to be hidden
====================================*/
#header,
#media-boxes-holder,
#masthead-holder, 
#content-header-holder, 
#nav,
#sub-nav, 
#footer-holder, 
#breadcrumbs, 
.utility-icons, 
#button-print-holder {
	display: none;
}
