 
/*  Basic font styling */


body {margin:0px;padding:0px;}

div {
	font-family:Helvetica, Arial, sans-serif;
	line-height: 1em;
}

#footer {font-size:1em;}


h1 {
	font-size:1.4em;
	margin-bottom:0em;
	margin-top: 1em;
	text-transform: uppercase;
}
h2 {
	font-size:1.4em;
	margin-bottom:0.5em;
	text-transform: uppercase;
	font-weight: bold;
	line-height: 1.2em;
	margin-top: 0px;
	padding: 0px;
}
h3 {
	font-size:0.9em;
	margin-bottom:0.2em;
	margin-top:0.2em;
	padding-top: 0.2em;
	padding-bottom: 0.2em;
}
h4 {
	font-size:.9em;
	margin-bottom:0em;
	margin-top:0em;
}

p, li {
	font-size:0.7em;
	margin-top: 0.5em;
	margin-bottom: 1em;
}
cite {
	font-size: 1em;
	font-style: normal;
}
