@charset "utf-8";

p {
	margin: 0 0 1em;
	line-height: 1em;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #000;
	text-align: left;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 8px;
	margin-left: 0px
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 2em;
	margin-bottom: .4em;
	color: #060;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.25em;
	margin-bottom: 0.4em;
	color: #060;
}
h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.5em;
	margin-bottom: .4em;
	color: #060;
}
h5 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	margin-bottom: .4em;
}
h6 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	margin-bottom: .4em;
}

/*Links and Images (a or anchor tags) - The four states that must appear in the following order - L, V, H, A Styles*/

img {
  border: none;
}
a {
	text-decoration: none;
}
a:link {
	color: #060;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
}
a:visited {
	text-decoration: none;
	color: #060;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
}
a:hover {
	text-decoration: none;
	color: #030;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
}
a:active {
	text-decoration: none;
	color: #000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
}
