body {
	
	margin-right: auto;
	
	margin-left: auto;
	
	width: 720px;
	
	font-size: 12px;
	
	font-family: Verdana, Arial, sans-serif;
	
}

a {
	color: #191919;
}

a:visited {
	color: #191919;
}

a:hover {
	color: #4c4c4c;
}

pre {
	background-color: white;
	margin-top: 6px;
	border-top-color: black;
	border-top-style: dashed;
	border-top-width: 1px;
	padding: 8px;
	word-wrap: normal;
	border-bottom-color: black;
	border-bottom-style: dashed;
	border-bottom-width: 1px;
}

#header {
	border-bottom-color: #222222;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	text-align: center;
}

#code {
}

.code_container {
	background-color: #eaeaea;
	margin-bottom: 12px;
	padding-bottom: 6px;
	padding-top: 6px;
}

.day_title {
	margin-top: 6px;
	padding: 6px;
	background-color: #191919;
	color: white;
	font-weight: bold;
}

.download_link {
	margin: 5px;
	text-align: center;
}


