body {
	font: 14px/1.5 Helvetica, Arial, sans-serif
}

a { color: #ff8800 }

a:focus {
	outline: 0
}

h1,h2,h3,h4,h5,h6 {
	line-height: 1.3em;
	font-weight: 100;
	}

h1 {
	font-size: 24px;
	color: #ff8800;
}

h2 {
	font-size: 18px;
	color: #ff8800;
}

h3 {
	font-size: 16px
}

h4 {
	font-size: 14px;
	font-weight: bold;
}

h5 {
	font-size: 12px;
}

h6 {
	font-size: 9px
}

ol {
	list-style: decimal
}

ul {
	list-style: circle
}

li {
	margin-left: 20px
}

p, dl, hr, h1, h2, h3, h4, h5, h6, ol, ul, pre, table, address, fieldset {
	margin-bottom: 15px
}
h2 {
	margin-bottom: 30px
}
h4 {
	margin-bottom: 5px
}

.upper { text-transform: uppercase; }
.spread { letter-spacing: .1em; }
.red { color: #ff8800; }
.mini { font-size: 9px; }
.center { text-align: center; }
