/*
base font-size of 62.5%/10pt/px. Layout will be styled with em units
from now on. This allows bullet proof scaling of the viewport in all browsers
Internet Explorer doesn't scale fonts that are in pixel units.
*/
body			{font-size: 62.5%; font-family: Verdana, Arial, Geneva, sans-serif;	}
h1				{font-size: 2.4em;} 		/* 24px */
h2				{font-size: 2em;} 			/* 20px */
h3				{font-size: 1.8em;} 		/* 18px */
h4				{font-size: 1.6em;} 		/* 16px */
h5				{font-size: 1.4em;} 		/* 14px */
h6				{font-size: 1.2em;} 		/* 12px */
p					{font-size: 1.4em;}	 		/* 14px */
.more			{font-size: 1em;} 			/* 10px */
ul, ol, li, dl, dt, dd, a, p, h1, h3, h4, h5, h6	{margin: 0; padding: 0;}
body	{width: 900px;margin:0 auto; padding:0;}