/* html tags */
body		{background: #fff; font-family: arial; margin: 3em; font-size: .9em; line-height: 1.5em; max-width: 80em}
h1		{border-bottom: thin #000 solid}
h2		{font-size: 1.3em; margin-top: 1em; border-bottom: thin #000 solid}

/* div ids */
#box1,#box2,#box3,#box4	
		{width: 16em; margin-right: 1em; border: solid 1px #888; background: #eee; float: left; padding: 1em}
#box1		{background: #eee}
#box2		{background: #e1e1e1}
#box3		{background: #eee}
#box4		{background: #e1e1e1}

