body {
	margin: 0;
	text-align: left;
	font-size: 10pt;
	line-height: 120%;
	font-family: "Lucida Grande", Lucida, sans-serif;
	}

p {
	padding-bottom: 10px;
}

/* links */

a:link { 
color: #347d7f; 
text-decoration:none;
border-bottom:1px dotted #bbbcbb;
padding-bottom:1px;
}

a:visited { 
color: #347d7f;
text-decoration:none;
border-bottom:1px dotted #bbbcbb;
padding-bottom:1px;
}

a:hover {
	text-decoration:none;
	border-bottom:1px dotted #c5c7c5;
	padding-bottom:1px;
}
