/* reset styles and create default formatting for entire site */

* {
	margin: 0;
	padding: 0;
}

body {
	padding: 0.01em;
	margin: 0em 0em 1em 0em;
	font-family: 'Arial', 'Verdana', sans-serif;
	font-size: 1em;
	font-style: normal;
	font-weight: normal;
	line-height: 1.25em;
	margin-left: auto;
	margin-right: auto;
	background: #FFFFFF;
	color: #666666;
}

h1, h2, h3, h4, h5, h6 {
	color: #000000;
	margin: 1em 0em 1em .5em;
	font-family: 'Times New Roman', Times, serif;
	font-weight: normal;
	vertical-align: bottom;
}

a {
	text-decoration: none;
}

p {
	margin: 0em 0em 1em 1em;
}

hr {
	height: 3px;
	margin-top: .5em;
	margin-bottom: .5em;
}
