@import "reset.css";

body {
	margin: 20px;
	background: #f3f1ed;
	font: 13px/1.5 Helvetica, Arial, sans-serif;
	color: #333;
	}

h1 {
	margin: 0 0 0.5em;
	font-size: 2.5em;
	color: #0e8e90;
	text-transform: uppercase;
	letter-spacing: -2px;
	}

h2 {
	margin: 0 0 0.5em;
	}

a {
	color: #0e8e90;
	text-decoration: none;
	border-bottom: 1px dotted #0e8e90;
	}
	a:hover {
		text-decoration: none;
		border-bottom: 1px solid #0e8e90;
		}

ol {
	margin: 0 0 1.5em 2em;
	list-style: decimal;
	}
	ol ol {
		list-style: lower-alpha;
		}
		ol ol ol {
			list-style: lower-roman;
			}

p {
	margin: 0 0 1.5em;
	}

em {
	display: block;
	}

#container {
	margin: 0 auto;
	width: 960px;
	}