/*
* GLOBAL STYLE SHEETS
  Only specify the font in % here and in 'em' elsewhere to resize it easily.
  Browser default: 16px => 82.5% = 13px => 1em = 13px
  
--------------------------------------------------------------------------*/

ol, ul, li, h4
 {
	margin: 			0;
	padding: 			0;
	border: 			0;
	outline: 			0;
	font-size: 			100%;
	vertical-align: 	baseline;
	background: 		transparent;
}

ol, ul {
	list-style: 		none;
}

* {
	text-align:left;	
}