body {
	font-family:Tahoma, Helvetica, Arial, sans-serif;
	font-size:1em;
	background:#fff;
	}
a {
	color:#420e00;
	text-decoration:none;
	border-bottom:1px solid #420e00
	}
	
a:hover {
	border-bottom:3px solid #420e00
	}
	
p { 
	margin:4px 0 10px;
	font-size:13px;
	line-height:20px
	}
	

	
blockquote {
	width:200px;
	padding:10px 15px 0;
	float:right;
	margin:0 40px 5px 20px;
	font-family:Georgia, "Times New Roman", Times, serif;
	line-height:1.45em;
	border:1px solid #CCCCCC;
	color: #666666;
	font-size:17px;
	text-indent:30px;
	background:url(../images/quote.jpg) no-repeat #edebeb;
	}
	
blockquote span {
	display:block;
	text-align:right;
	font-size:14px;
	font-style:italic;
	font-weight:bold
	}
	
h1,h2,h3,h4,h5,h6 {
	color:#420e00;
	font-family:Georgia, "Times New Roman", Times, serif;
	}
	
h2 {
	font-size:27px;
	}
	
h3 {
	font-size:20px;
	}
	
h2, h3 {
	margin:7px 0
	}
	
li {
	margin-left:16px;
	margin-bottom:4px;
	padding-left:23px;
	font-size:13px;
	/* background:url(../images/bullet.jpg) no-repeat 0px 2px; */
	}
	
