@charset "utf-8";
/*	
	=========================================================
	MadGENIUS Inc. Web Typography Styles
	Crafted by Rob Rubinoff, Web Producer.
	www.madgeniusinc.com | rrubinoff@madgeniusinc.com
	=========================================================
*/


/*	
	=========================================================
	TYPOGRAPHY	
	=========================================================
*/
/* we set the default site font and baseline size */
body{font-family: Arial, Helvetica, sans-serif;	font-size: 100%;}



/* =Headings
--------------------------------------------------------------------------------*/

h1{font-size: 135%;}

h2{font-size: 125%;}

h3{font-size: 112%;}

h4{font-size: 93%;}

h5{font-size: 80%;}



/* =Popular HTML Elements
--------------------------------------------------------------------------------*/

ol {
	list-style: decimal;
	margin: 5px 0 5px 20px;
	color: #111;
}

ul{
	list-style: disc;
	color: #111;
}

li{
	font-size: 78%;
	color: #111;
	line-height:1.5;
	margin: 5px 0 5px 30px;
}


dl,dt,dd,pre,address,fieldset{}

a:focus {outline: 1px dotted invert;}

hr{border-color: #ddd;
	border-style: solid;
	border-width: 1px 0 0 0;
	clear: both;
	height: 0;}