/* CSS Document */

Body {
	text-align: left; 
	color: #000; 
	margin: 18px;
}

p {
	font-family: "Times New Roman", Times, serif;
	font-size: 11px;
}

a {
	font-family: "Times New Roman", Times, serif;
	font-size: 11px;
	text-decoration: none;
	color: #000;
}

a:hover {
	text-decoration: underline;
}

