body	{
	color: #444444;
	background-color: #E5F2FF;
	font-family: verdana;
	margin-left: 3em;
	margin-right: 3em;
	}
.nowebdisplay	{
	display: none;
	}

p.footer {
	text-align: center;
	margin-left: 0px;
	margin-bottom: 0px;
	margin-top: 0px;
	font-size: 8pt;
	}

.nav ul {
	LIST-STYLE-TYPE: none;
	margin-left: 0px;
}
.nav li {
	FLOAT: left;
}
/* float left ensures that the unordered list appears in a left to right direction */
.nav li a {
	PADDING-RIGHT: 20px; TEXT-DECORATION: none;
}
/* TEXT-DECORATION: none on the "a" tag makes sure that no underline symbol appears for the link */
/* The padding right replace the | character used previously to separate the links */
.nav li a:hover {
	BACKGROUND: #444444; COLOR: #ffffff
}
