
body {
	line-height: 1em;
}

/* Basic HTML */
body {
  font: 13px/1.5 Helvetica, Arial, 'Liberation Sans', FreeSans, sans-serif;
}
a {
        color: #FFFFFF;
	border-style: none;
}
a:hover {
}
hr {
	border-color: #aaa;
	border-style: solid;
	border-width: 1px 0 0;
	clear: both;
	height: 0;
}

/* Headings */
h1 {
	font-size: 36px;
	color: #666;
	font-style: normal;
	font-weight: normal;
	font-family: Tahoma, Geneva, sans-serif;
	padding-top: 0;
	margin-top: 0;
}
h1 a {
	text-decoration: none;
}
h2 {
	font-size: 26px;
	color: #666666;
	font-style: normal;
	font-weight: normal;
	font-family: Tahoma, Geneva, sans-serif;
}
h2 a {
	text-decoration: none;
}
h3 {
	font-size: 22px;
	color: #666666;
	font-style: normal;
	font-weight: normal;
	font-family: Tahoma, Geneva, sans-serif;
}
h4 {
	font-size: 16px;
	color: #666666;
	font-style: normal;
	font-weight: normal;
	font-family: Tahoma, Geneva, sans-serif;
}
h5 {
        font-weight: normal;
        display: inline;
	font-size: 17px;
}
h6 {
	font-size: 15px;
}

blockquote {
	font-size: 14px;
	color: #666666;
	font-style: italic;
	font-weight: normal;
	font-family: Tahoma, Geneva, sans-serif;
	margin: 5px;
	padding: 5px;
}

/* Spacing */
li {
	margin-left: 30px;
}
p, dl, hr, h1, h2, h3, h4, h5, h6, ol, ul, pre, table, address, fieldset {
	margin-bottom: 20px;
}
nav {
        display: inline;
        font-size: 17px;
}
