@charset "utf-8";

p {
	margin: 0 0 1em;
	line-height: 22px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #000;
	text-align: left;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 2em;
	margin-bottom: .4em;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.75em;
	margin-bottom: .4em;
}
h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.5em;
}
#getPower table tr td p {
	font-size: 12px;
	text-align: center;
	line-height: 16px;
}

h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
}
h5 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	margin-bottom: .4em;
}
h6 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
}

/*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: underline;
}
a:link {
	color: #2882DA;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
}
a:visited {
	text-decoration: underline;
	color: #2882DA;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
}
a:hover {
	text-decoration: none;
	color: #FFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	background: #FEB501;
}
a:active {
	text-decoration: none;
	color: #2882DA;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	background: #EBBF18;
}

