.menu {
	width: 200px;
	position: absolute;
	left: 0px;
	top: 117px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-transform: capitalize;
	font-size: 10px;
	color: #000000;
	text-indent: 10px;
	height: 525px;
}

.menu a:link, .menu a:visited {
	text-decoration: none;
	color: #000000;
}

.menu a:hover, .menu a:active {
	text-decoration: underline;
	color: #000000;
}

.menu li {
	list-style-type: none;
	text-indent: -20px;
}

.content {
	position: absolute;
	width: 641px;
	left: 205px;
	height: auto;
	text-align: justify;
	padding-right: 10px;
	top: 116px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.header {
	position: absolute;
	width: 840px;
	left: 0px;
	height: 110px;
	text-align: justify;
	padding-right: 10px;
	top: 0px;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #990000;
}
.header h1 {
	font-size: 24px;
	font-weight: bold;
}

.content a:link, .menu a:visited {
	text-decoration: none;
	color: #990000;
}

.content a:hover, .menu a:active {
	text-decoration: underline;
	color: #000000;
}
.content li {
	list-style-type: square;
	font-size: 12px;
}

h1 {
	font-size: 24px;
	font-weight: bold;
}

h2 {

	font-size: 18px;
	font-weight: bold;
}
