/*-----------------------------------------------------------*//* The BODY tag defines styles that apply to the entire page *//*-----------------------------------------------------------*/body {	margin: 0; /* Don't change this */	font-family: Arial, Helvetica, sans-serif;	font-size: .75em;	background-color: 310004;}/*-----------------------------------*//* The header at the top of the page *//*-----------------------------------*/#header {	background-color: #310004;	color: #ffffff;	padding: 15px;}#header h1 {	font-family: Big Caslon, Helvetica, sans-serif;	font-size: 1.5em;	letter-spacing: 2px;	margin: 0;	display: inline; /* Don't change this */}#header h2 { 	font-family: COurier, Helvetica, sans-serif;	font-size: 1.2em;	letter-spacing: 1px;	margin: 0 0 0 15px;	display: inline; /* Don't change this */}/*--------------------------------*//* The navogation bar on the left *//*--------------------------------*/#navigation ul {	list-style: none; /* Don't change this */	padding: 0; /* Don't change this */	margin: 0; /* Don't change this */	background-color: FFFFFF;}#navigation li {	padding: 0; /* Don't change this */	margin: 0; /* Don't change this */	background-color: FFFFFF;	}#navigation li a {	font-family: Big Caslon, Helvetica, sans-serif;	color: #310004;	text-decoration: none;	text-align: right;	display: block; /* Don't change this */	padding: 0px 0px;	border-bottom: 1px dashed #999999;	background-color: FFFFFF;}#navigation li a:hover {	background-color: #e5e5e5;}/*----------------------------------------*//* The main content area of the the page. *//*----------------------------------------*/#content {	padding: 15px 15px 50px 15px; /* Don't change this */	border-left: 1px solid #999999;	background-color: FFFFFF;}#content h1, #content h2 {	color: #310004; /* Change this to change the text color. */	letter-spacing: 2px;	font-size: 1.5em;	margin-top: 0;	margin-bottom: 20px;}#content h3, #content h4 {	color: #310004; /* Change this to change the text color. */	font-size: 1.3em;}#content p {	max-width: 600px}
