
/* CLEAR DEFAULT WHITESPACE */

html,body,div,p,blockquote,h1,h2,h3,h4,table
{margin:0;padding:0;}


/* LAYOUT */

blockquote#content {margin: 16px 40px;}

blockquote#content h2 {clear:both;}
blockquote#content p {
	padding-bottom:16px;
	clear:both;
	}

/* TYPOGRAPHY */

body,blockquote#content,p {font:13/18px verdana,tahoma,arial,helvetica,san-serif;}

h1,h2,h3,h4 {
	line-height:18px;
	font-weight:bold;
	}
h1,h2 {
	padding:16px 0 0 5px;
	font-size:16;
	}
h3,h4 {	font-size:13;}


/* LINKS */

A:link, A:visited { color: #E00; text-decoration: none;}  
A:active, A:hover { color: #111; text-decoration: none;}

