@charset "utf-8";
/* CSS Document */
body {
	background-color:#036;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 1em;
	text-align: center;
	text-decoration: none;
	margin: 0px;
	padding: 0px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

#wrapper {
	text-align: center;
	width: 1000px;
	background-color: #036;
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
	padding: 0px;
	border: 0px;
	color: #963;
}


#table-nav {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	padding: 0px;
	border: 0px;
}
#credits {
	font-size: 0.9em;
	font-style: italic;
	color: #F90;
	text-align: center;
}
table {
	margin: 0px;
	padding: 0px;
	border-top-width: 3px;
	border-right-width: 3px;
	border-bottom-width: 3px;
	border-left-width: 3px;
	border-top-style: ridge;
	border-right-style: ridge;
	border-bottom-style: ridge;
	border-left-style: ridge;
	border-spacing: 3px;
}
td {
	border-width: 2px;
	padding: 5px;
	border-style: groove
}
#navbar {
	font-size: 110%;
	text-decoration: none;
}


a:link {
	text-decoration: none;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin: 0;
	padding: 0;
	color: #963;
}
a:visited {
	text-decoration: none;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	color: #963;
}
p {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.25em;
}
#right {
	text-align: right;
}
