body {
	margin-left: 30px;	
	margin-right: 30px;
	margin-top: 30px;
	margin-bottom: 30px;
	font-size: 10pt;
	font-family: sans,verdana,arial,geneva;
	}

a:link {
	text-decoration: underline;
	color: blue;
	}

a:visited {
	text-decoration: underline;
	color: blue;
	}

a:hover {
	text-decoration: overline underline;
	color: green;
}

p {
	text-align: justify;
	}

