div#navBar {
	position: fixed;
	width: 690px;
	left: 20px;
	top: 120px;
}
div#navBar td {
	padding: 0;
	border: 1px solid white;
	text-align: center;
	width: 172px;
}
div#navBar a {
	color: white;
	display: block;
	margin: 0;
	font-size: 1.1em;
	text-decoration: none;
}
div#navBar a:hover {
	background: rgb(92,162,216);
	color: white;
}
td.thisPage {
	color: white;
	background-image: url('img/jpgs/thisPage.jpg');
	font-size: 1.1em;
}