html { font-size:100.01%; }
body { 	
	font-size:1em; margin:0; padding:5px 0;
	font-family: Verdana, sans-serif; 
	background:#fff; 
	color:#000;
}

/* initial settings */

h1, h2, h3, h4, h5, h6, p, pre, blockquote, ul, ol, dl, address, table {
	margin:.7em 0; 
	padding:0; 
}
li, dd { margin-left:1.6em; margin-bottom:.3em; }
ol li { margin-left:2.2em; }
li, dt { margin-top:.5em; margin-bottom:.4em; }
dl { margin-top:-.3em; }
blockquote { margin: .2em .8em; }
input, select, textarea, button { font-size:100%; }
a img { border:none; }
pre { font-size:1.2em; }
code { font-size:1.2em; font-family:"Courier New", courier, monospace; }

/* formatting */

#container { width:40em; margin:0 auto; padding:0 1em; border:1px solid #ccc; }

/* typography */

h1 { font-size:1.8em; font-weight:normal; letter-spacing:-1px; border-bottom:3px solid #ccc; }
h2 { font-size:1.4em; font-weight:normal; letter-spacing:-1px; border-bottom:1px solid #ccc; }
.signature { text-align:right; }