body { 
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 12px;
	line-height: 140%;
	background: none; 
	margin: 40px;
}

a { 
	color: #0169B2; 
	text-decoration: underline; 
	font-weight: bold; 
	padding: 0; 
}

a:hover {
	color: #d03f24; 
}

h1 { 
	font-size: 24px; 
	color: #0169B2; 
	line-height: 30px; 
	margin: 0px 0px 15px 0px; 
	border-bottom: solid 1px #ccc;
}

p {
	font-size: 1.2em;
}

p.line {
	padding: 0px 0px 15px 0px; 
	border-bottom: solid 1px #ccc;
}


p.info {	
	text-align: right;
}

p.info a {
	font-style: italic;
}