body {
	background-color: oldlace;
	color: #424242;
}

#main {
	border-left: 2px solid #424242;
	margin-top: 150px;
	font-size: 1.5em;
	font-family: Georgia, Palatino, Palatino Linotype, Times, Times New Roman, serif;
}

.faint {
	color: silver;
}

p {
	margin: 1em;
}

p a {
	color: #727272;
	text-decoration: none;
}

p a:hover {
	color: #929292;
	text-decoration: underline;
}

