body {
	background-color: #fff;
	margin: 0;
	padding: 0;
	font-family: sans-serif;
	font-size: 12pt;
}

.container {
	background-color: #fff;
	width: 800px;
	text-align: left;
}

.header { 
	display: none;
}

.content {
	width: 600px;
	height: 500px;
	overflow: auto;
	float: right;
}

.menu { 
	display: none;
}

.footer { 
	display: none;
}

a:link {
	color: #712323;
	text-decoration: underline;
}

a:visited {
	color: #A52A2A;
}

a:hover {
	font-style: italic;
}

h1 {
	color: maroon;
	font-size: 18pt;
	font-weight: bold;
	text-decoration: none;
}

h2 {
	font-size: 16pt;
	color: maroon;
	text-decoration: none;
	font-style: normal;
}

h3 {
	font-size: 14pt;
	color: maroon;
	font-style: italic;
	text-decoration: none;
}
