body {
	font-size: 13px; 
    line-height: 1.7em;
    margin: 0;  
    padding: 0;
	background-color: #D3CAB7;
	font-family: Arial, Helvetica, sans-serif;
}
p, ul, blockquote, td{
  margin: 0;
  font-size: 13px;
  line-height: 1.7em;
  margin-bottom: 1.7em;
}
h2 {
	margin: 0;
	font-size: 1.5em;
	line-height: 1.2em;
	margin-bottom: 1.2em;
}
a:link {
	color: #0066A1;
	text-decoration: none;
}
a:visited {
	color: #0066A1;
	text-decoration: none;
}
a:hover {
	color: #0066A1;
	text-decoration: underline;
}
a:active {
	text-decoration: none;
	color: #0066A1;
}
.footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #000000;
}
.license {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 7pt;
	color: #000000;
}
blockquote {
	width: 20px;
}
hr {
border: 0;
color: #000000;
background-color: #000000;
height: 1px;
width: 100%;
text-align: left;
}
ul {
	list-style-position: outside;
	list-style-image: url(images/checkmark.gif);
	list-style-type: none;
}
