/* Copyright © 2006 Alex Jones. */

html {
	font-family: Arial, Helvetica, sans-serif;
	color: #333;
	background-color: #eee;
	font-size: 10pt;
	margin: 0;
	padding: 0;
}

body {
    margin: 0;
    padding: 0;
}

div#outer {
	background-color: #fff;
	border: 1px solid #ddd;
	max-width: 50em;
}

div#main {
	margin: 4em;
}

a {
	color: #f73;
	text-decoration: none;
}

a:hover {
	color: #fa3;
}

h1 {
	font-size: 300%;
	margin-top: 0.5em;
	margin-bottom: 0.33em;
	font-weight: normal;
}

h2 {
	font-size: 150%;
	margin-top: 1em;
	margin-bottom: 0.67em;
}

h3 {
    font-size: 100%;
    margin-top: 1.5em;
    margin-bottom: 1em;
}

/* compressed font-style */
h1,
h2 {
	letter-spacing: -0.05em;
}

/* visual-emphasis */
.vis-em {
	font-weight: bold;
}

abbr,
acronym {
	border-color: #ccc;
	border-style: none none dotted none;
	border-width: 1px;
}

div#ie-notice {
    padding: 1em;
    color: #000;
    background-color: #ffa;
    border-color: #ee9;
    border-width: 1px;
    border-bottom-style: solid;
}

input, select {
    font-family: inherit;
}
