a {
	text-decoration: none;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a:active {
	text-decoration: underline;
}

body {
}
p {
	font-size: 9pt;
	line-height: 1.3em;
}
.nav {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 2em;
}