BODY {
	line-height:125%;
}

.nav {
	border: 1px solid black;
}

.nav A {
	font-size: 14px;
	font-family: arial;
	font-weight: bold;
	color: black;
	text-decoration: none;
}

.nav A:hover {
	font-size: 14px;
	font-family: arial;
	font-weight: bold;
	color: red;
	text-decoration: underline;
}

