body {
background-color: #ccc;
}
a:link,a:visited,a:active{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666;
}
a:hover{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333;
}
#header {
	width: 618px;
	border-top: 2px solid #999;
	border-right: 2px solid #999;
	border-bottom: 1px none #999;
	border-left: 2px solid #999;
	padding: 0;
	background-color: #fff;
}
#content {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	width: 618px;
	border-top-width: 1px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #ccc;
	border-right-color: #999;
	border-bottom-color: #999;
	border-left-color: #999;
	background-color: #fff;
}
#subNav {
	width: 618px;
	border-right: 2px solid #999;
	border-left: 2px solid #999;
	margin: 0px;
	padding-top: 0px;
	padding-bottom: 3px;
	background-color: #fff;
	font-size: 12px;
	color: #999999;
	letter-spacing: 4px;
}
a.subNav:link,a.subNav:visited,a.subNav:active {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #333;
	letter-spacing: 2px;
	text-decoration: none;
}
a.subNav:hover {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	letter-spacing: 2px;
	color: #000000;
	text-decoration: none;
	background-color: #ddd;
}
#credit {
	width: 618px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #777;
}
a.credit:link,a.credit:visited,a.credit:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #777;
}
a.credit:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #fff;
	text-decoration: none;
}
h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 120%;
	font-weight: bold;
	text-transform: capitalize;
	color: #069;
	padding-top: 3px;
}
