body {
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	background-color: #FFFFFF;
}
A:HOVER {
	color : Blue;
	text-decoration : underline;
   font-weight : normal;
}

.nav {
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	text-decoration: none;
	font-weight : bold;
}
.block {
	border: thin solid #000000;
	border-collapse : separate;
}
