body {
	text-align: center;
	font-size: 12px;
	font-family: Trebuchet MS;
	color: #333;
}

hr {
	border: 1px solid #da4f5a;
	margin: 0px auto;
}

a:link, a:visited {
	text-decoration: underline;
	font-weight: bold;
	color: #f65077;
}

a:hover, a:active, a:focus {
	color: #4fa3da;
}

/* Class selectors */
.wrapper {
	text-align: left;
	width: 700px;
	margin: 30px auto;
}

.header, .toc, .main {
	border-bottom: 2px solid #da4f5a
}

.header h1 {
	margin-bottom: 2px;
}

.main h2 {
	padding: 2px 2px 2px 2px;
	text-align: center;
	margin-bottom: 6px;
	margin-top: 6px;
}

.main h2:hover {
	background-color: #f65077;
}

.xml, .javascript {
	margin: 5px 5px 5px 10px;
	padding-left: 15px;
	border-left: 1px dotted #da4f5a;
	font-family: "Courier New", Courier, monospace;
}

.author {
	font-size: 14px;
	margin-top: 0px;
	margin-bottom: 2px;
}

.update {
	font-size: 10px;
	font-style: italic;
	margin-top: 0px;
}

.challenge {
	font-size: 16px;
	font-weight: bold;
	color: #da4f5a;
}

.footer {
	font-size: 10px;
	font-style: italic;
	text-align: center;
}

/* ID Selectors */
#introduction, #bare, #smooth {
	/*border: 1px dashed #f65077;
	padding: 2px;
	margin: 2px auto;*/
}

#introduction, #bare, #smooth p {
	margin: 4px 8px 4px 8px;
}
