body {
	width: 600px;
	margin: auto;
}

table {
	border: 0;
}

img {
	border: 0;
}

.header {
	border: 0;
	width: 100%;
	text-align: center;
}

.navbar {
	border:  0;
	text-align: center;
	background-color: #999999;
	width: 100%;
}

.navbar tbody {
	font-size: larger;
}

.footer {
	 font-size: smaller;
	 text-align: center;
}

.selectednav {
	 color: black;
	 text-decoration: none;
	 color: #801010;
}

.unselectednav {
	color: black;
	text-decoration: none;
}