body {
	font-family: Cambria, 'Times New Roman', 'Nimbus Roman No9 L', 'Freeserif', Times, serif;
	margin-bottom: 50px;
}

a:link {
	color: blue;
}

a:visited {
	color: blue;
}

p {
	text-indent: 50px;
}

h1 {
	text-align: center;
}

h6 {
	font-size: 1em;
	margin-bottom: 0;
}

#menu {
	position: absolute;
	top: 0;
	left: 0;
	width: 250px;
}

#menu ol {
	list-style-type: none;
}

#menu li {
	margin-bottom: 10px;
}

#menu a {
	font-weight: bold;
}

#menu li.active a {
	color: #000;
}

#menu li.inactive a {
	color: #090;
}

#title {
	margin-left: 250px;
	text-align: center;
}

#title1 {
	font-size: 2em;
}

#title2 {
	color: #090;
	font-size: 3em;
}

#content {
	margin-left: 250px;
	margin-bottom: 20px;
}

#nav {
	margin-left: 100px;
	font-size: 1.5em;
	font-weight: bold;
}

.linkgroup {
	text-align: center;
	margin-bottom: 40px;
}

.linkgroup .title {
	font-weight: bold;
	font-size: 2em;
}

.linkgroup a {
	font-size: 2em;
	display: block;
}
