body {
	background-color: #999999;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}

.nav-item a {
	color: white;
	text-decoration: none;
	margin-left: 25px;
	font-size: 150%;
	/* font-variant: small-caps; */
	/*font-family: Tahoma, sans-serif;*/
	
	letter-spacing: 2px;
	display: block;
}

.nav-selected {
	background-color: rgb(153, 153, 153);
}

.nav-item{
	padding-top: 5px;
	padding-bottom: 5px;
}

.nav-item:hover{
	background-color: rgb(153, 153, 153);
}

a:link {
	color: white;
/*	text-decoration: underline; */
}

a:visited {
/*	text-decoration: underline; */
	color: white;
}
a:hover {
/*	text-decoration: none; */
	color: white;
}
a:active {
/*	text-decoration: underline; */
	color: white;
}

.title {
	padding-left: 20px; padding-top: 20px;
	color: rgb(153, 153, 153);
}

.content {
	padding-left: 20px; padding-right: 40px;
}

.email a{
	color: black;
}

