html body { 
	/* browser default is 16px unless the user changes it so we get 12 px default */
	font:75%/1.5 'Mixage',Verdana,sans-serif;
	text-align:left;
}
a:focus { 
	outline:1px dotted;
}
a:visited { text-decoration:none; }
hr { 
	border:0 #ccc solid;
	border-top-width:1px;
	clear:both;
	height:0;
}
h1 { 
	font-size:2em;
}
h2 { 
	font-size:1.5em;
}
h3 { 
	font-size:1.25em;
}
h4 { 
	font-size:1em;
}
h5 { 
	font-size:0.8em;
	font-weight: bold;
}
h6 { 
	font-size:0.7em;
	font-weight:bold;
}
ol { 
	list-style:decimal;
}
ul { 
	list-style:disc;
}
li { 
	margin-left:30px;
}
p,dl,hr,h1,h2,h3,h4,h5,h6,ol,ul,pre,table,address,fieldset { 
	margin-bottom:5px;
}

/* nested element text size resets */
li li, li p, td p, blockquote p {
	font-size:1em;
}
