html, body, table {
	color: #373737;
	font: 15px "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: 300;
	line-height: 1.625;
	max-width: 650px;
}

h1 {
	font-size: 120%;
}
h1, h2, h3 {
	clear: both;
	font-weight: bold;
	line-height: 1.5em;
	padding-bottom: .3em;
}

a:link, a:active, a:visited {
	color:#ff9900;
}
a:hover {
	color:#FF7700;
}

table {
	background-color: #F2F2F2;
	padding: 0 .5em .5em;
}

hr {
	border: 1px solid #ccc;
}
