body,td,th {
	font-family: Lucida Grande, Arial, Helvetica, Verdana, sans-serif;
	font-size: 13px;
	color: #333333;
}
body {
	background-color: #000033;
}
a:link {
	color: #990000;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #663300;
}
a:hover {
	text-decoration: underline;
	color: #CC0000;
}
a:active {
	text-decoration: none;
	color: #FF0000;
}
#content {
	background: url(../../images/bckgrd.gif);
	width: 700px;
	background-repeat: repeat-y;
	margin-right: auto;
	margin-left: auto;
	margin-top: 10px;
}
#content p {
	text-align: justify;
	margin-right: 75px;
	margin-left: 75px;
}
#nav {
	margin-right: 60px;
	margin-left: 60px;
	text-align: center;
}
#nav p {
	text-align: center;
}

