/*
	File: 		css.css
	Author: 		Tom Ashton (www.simplestuff.co.uk)
	Copyright:	(c) Tom Ashton
	Info:			If you use any part of this Style Sheet, please inform the Author for permission.
*/

/* Print Style Sheet */

*, body, html {
	padding: 0;
	margin: 0;
}

/* Main content */

body {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 62.5%;
	color: #000;
	background: #fff;
}

#navigation, #title, #footer {
	display: none;
}

#content {
	padding: 5%;
}

/* Paragraphs and Headers */

p {
	font-size: 1.3em;
	margin: 0 0 15px 0;
	text-align: justify;
}

h1 {
	font-size: 2em;
	border-bottom: 1px dotted #222;
	margin-bottom: 20px;
}

h2 {
	font-size: 1.6em;
	margin-bottom: 10px;
}

h3 {
	font-size: 1.4em;
	margin: 0 0 10px 0;
}

h4 {
	display: none;
}

img {
	display: none;
}

/* Form Styling */

input {
	display: none;
}




