body {	
	margin:0px;
	padding:0px;
	font-family:arial,helvetica,sans-serif;
	font-size:13px;
}

h1 { font-size:22px; }
h2 { font-size:18px; }
h3 { font-size:16px; }
h4 { font-size:14px; }
h5 { font-size:13px; }
h6 { font-size:12px; margin-bottom:0px; margin-top:16px;}

cite {cursor:hand;}

.clear {clear:"both";}



	

/* --- "global white space reset" code
	http://leftjustified.net/journal/2004/10/19/global-ws-reset/

* {
    padding:0;
    margin:0;
}
body {
    padding:5px;
}
h1, h2, h3, h4, h5, h6, p, pre, blockquote, form, label, ul, ol, dl, fieldset,
address {
    margin:20px 0;
}
li, dd, blockquote {
    margin-left: 40px;
}
fieldset {
    padding:10px;
}

*/