body {
	font-family: Verdana, Geneva, sans-serif;
	margin: 40px auto;
	max-width: 950px;
	line-height: 1.6;
	font-size: 18px;
	color: #444;
	padding: 10px;
}

/* unvisited link */
a:link {
	color: blue;
}

/* visited link */
a:visited {
	color: blue;
}

/* selected link */
a:active {
	color: blue;
}

.code {
	padding: 5px;
	color: DarkSlateBlue;	/*indigo*/
	background-color: AliceBlue;	/*lightgray*/
	font-weight: bold;
	font-size: 14;
	display: inline-block;
}

h1, h2, h3 {
	line-height: 1.2;
}

/* http://bettermotherfuckingwebsite.com/ */

