@charset "utf-8";
/* CSS Document */

/* Tag CSS */
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #c6a779;
}
h1 {
	font-family: "Comic Sans MS", cursive;
	font-weight: bold;
	background-color: #63F;
	color: #FFF;
	padding: 20px;
}
h2 {
	font-weight: bold;
	font-size: 18px;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #60C;	
}
p {
	margin-top: 0px;
	text-indent: 18px;
}

/* Class CSS */

/* ID CSS */
#container {
	background-color: #FFF;
	width: 75%;
	margin-left: auto;
	margin-right: auto;
}
#mainpage {
	padding-left: 20px;
	padding-right: 20px;
}
#authorinfo {
	font-size: 12px;
	border-bottom: dashed;
	border-bottom-width: thin;
}
#learners {
	margin-top: 15px;
	font-style: italic;
}
#learners h3 {
	display: inline;
}
#maincontent {
	line-height: 1.5em;
	background-color: transparent;
}
#footer {
	font-size: 10px;
	border-top: dashed;
	border-top-width: thin;
}
#toc ul {
	list-style-type: none;
	font-weight: bold;
	margin-left: -40px;
}
#toc ul a {
	text-decoration: none;
}

/* link styles */
a {
	text-decoration: none;
	font-weight: bold;
}
a:link {
	color: #06F;
}
a:visited {
	color: #F09;
}
a:focus {
	color: #0C0;
}
a:hover {
	color: #60C;
}
a:active {
	color: #F60;
}

