html { min-width: 800px; }

body, div, td, th, h2, h3, h4, p, ul, ol { /* redundant rules for bad browsers  */  
        font-family: verdana,sans-serif;
	voice-family: "\"}\"";
	voice-family: inherit;
}  
.clearhack { display: inline; } /*Clears Box Model Hack in IE5*/

body {
/*	background: #EDEBE3;*/
	padding: 1em 60px 3em 60px
	margin: 0;
}

ul { list-style-type: disc; }

p { line-height: 140%; padding:0; background:#fff; }

ul ol { line-height: 140%; background:#fff; }

li { line-height: 140%; margin: 5px; }

h1,h2,h3,h4,ul,ol,li { background:#fff; }

h1,h2 {
	font-family: "trebuchet ms";
	font-weight: bold;
}

h1 {
	font-size: 180%;
	margin: 0;
}

h2 {
	font-size: 140%;
	padding-bottom: 2px;
	border-bottom: 0px;
	margin: 0;
}

tt {
    font-size: 120%;
}
