body { 
 	margin:0; 
 	padding:12px; 
 	text-align:left; 
} 
p {
	margin: 0;
	padding: 8px;
	font: normal 13px Georgia, "Times New Roman", Times, serif;
	color: #006699;
	letter-spacing: 0em;
	line-height: 125%;
}
b, strong {
	color: #CC0000;
}
ul {
	margin:0;
	padding:0;
	list-style-type: none;
}
li {
	color: #006699;
	font: normal 13px Georgia, "Times New Roman", Times, serif;
	padding-top: 8px;
	padding-bottom: 8px;
	border-bottom: 1px dashed #ddd;
}

a {
	color: #cc0000;
	text-decoration: none;
	border-bottom: 1px dashed #cc0000;
}