a:link {
	color: blue;
	text-decoration: none;
}
a:visited {
	color: blue;
	text-decoration: none;
}
a:hover {
	color: blue;
	text-decoration: underline;
}
a:active {
	color: blue;
	text-decoration: none;
}
body {
	font-family: Palatino Linotype;
	background: #E5F7E5;
	text-align: justify;
}
td {
	font-family: Palatino Linotype;
	text-align: justify;
}

