body {
	color: gray;
	font-family: "Trebuchet MS", Helvetica, sans-serif;
	background: black;
	font-size: 15px;
}
#container {
	overflow: auto;
	padding: 10px;
}	
#nav {
	float: right;
}

#nav ul {
	list-style-type: none;
	padding-left: 0px;
	text-align: center;
}
#content {
	margin-right: 220px;
	padding: 10px;
	text-align: justify;
}
#copyright {
	text-align: center;
	font-size: 10px;
}

a {
	color: gray;
	text-decoration: underline;
}
#nav a {
	text-decoration: none;
	font-weight: bold;
	color: white;
}
#nav a:hover {
	text-decoration: underline;
}
a:hover {
	text-decoration: underline;
	color: white;
}

h1, h2, h3, h4, h5, h6 {
	font-family: "Times new roman", serif;
	margin: 0px;
	font-variant: small-caps;
}
h1 { font-size: 35px; }
h2 { font-size: 30px; }
h3 { font-size: 25px; }
h4 { font-size: 20px; }
h5 { font-size: 15px; }
h6 { font-size: 10px; }

#content p {
	padding-left: 10px;
	padding-right: 10px;
}
table, td {
	text-align: center;
	border: 1px solid #666666;
}
table {
	width: 100%;
	border-collapse: collapse;
}
th {
	font-weight: bold;
	text-align: center;
	border: 0px;
}
td, th {
	padding: 4px;
}
