body {
	font-family: Arial, Helvetica, sans-serif;
	color: #CCCCCC;
	background-color: #666666;
}
h1 {
	text-align: center;
	font-weight: 100;
	letter-spacing: 3px;
}

td {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;

}

th {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;

}

a:link {color: silver}
a:visited {color: silver}
a:hover {color: white; text-decoration:none;}
a:active {color: black; background-color:#FFFFFF}
ul {list-style:none
}

.nav {
	background-color: #666666;
	border-top: 2px solid #999999;
	border-bottom: 2px solid #999999;
	margin: 20px;
	padding: 10px;	
}
.bottom {
	font-size: small;
	}
.info {
	text-align: left;
	margin-left: 10%;
	margin-right: 10%;
	}
.image {
	border: solid white 1px;
	margin: 20px;
	}
	
