body {
	margin:0;
	padding:0;
	background:#fff;
	text-align: left;
}

#copy {
background: #fff;
margin-top:0;
width: 650px;
}
.copy {
	border: none;	
	padding: 6px 6px 3px 0;
	text-align: left;
}
a:link, a:active, a:visited {
	text-decoration: underline;
	border: none;
	color: #301c24;
}
a:hover {
	text-decoration: none;
	border: none;
	color: #aa979f;
}
h1 {
    font: 18px Georgia, "Times New Roman", Times, serif;
	color: #1b0e13;
	text-decoration: none; 
	border-bottom: dotted 1px #c8bec2;
	padding-bottom: 5px;
	white-space: nowrap;
}
h2 {
    font: 13px/16px Arial, Helvetica, sans-serif;
	color: #1b0e13;
	text-transform:capitalize;
}
h3 {
    font: 14px Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #301c24;
	text-decoration: none; 
	border-bottom: dotted 1px #c8bec2;
	padding-bottom: 5px;
	white-space: nowrap;
}

p, .bodycopy, li {
	font: 12px/15px Arial, Helvetica, sans-serif;
	line-height: 20px;
	color: #000000;
	text-align: left;
}
br {
	line-height:9px;
}
strong, b {
	font-weight: bold;
}
em, i {
	font-style: italic;
}
ul {
	list-style-type: square;	
}
li {
	margin-left: -25px;
} 
ol li {
	margin-left: 0px;
}
