/* flat5_print.css CSS Style Sheet for flat5.net for printing on paper
 * (C) Copyright 2007 by Ed Skinner
 * All Rights Reserved
 *
 * Revised: 14 August 2007
 *
 * For more information, contact:
 *    Ed Skinner
 *    ed@flat5.net
 *    http://www.flat5.net/
 *
 */

/* Basic basics */

html {
	margin: 0;
	padding: 0;
}

body {
	font-family: "Times New Roman", serif;
	margin: 0;
}

p {
	margin-top: 0.05in;
	margin-bottom: 0;
	margin-left: 0;
}

p + p {
	text-indent: 1.5em;
	margin-top: 0;
}

ul {
	margin-left: 0.25in;
}

ol {
	margin-left: 0.25in;
}

li {
	margin-top: 0.01in;
}

h1, h2, h3, h4, h5, h6 {
	font-family: Arial, Helvetica, sans-serif;
	margin-top: 0.05in;
	margin-bottom: 0;
}

h1 {
	font-size: 1.5em;
}

h2 {
	font-size: 1.3em;
}

h3 {
	font-size: 1.1em;
}

h4, h5, h6 {
	font-size: 1.0em;
}

a	{
	font-weight: normal;
	text-decoration: none;
	color: black;
}

.adsense {
	display: none;
}

