@charset "utf-8";
/* CSS Document */
body {
	font-family:Arial, Helvetica, sans-serif;
	font-size:62.5%;
	font-size:.75em;
}
h1 {
	border-bottom:1px solid #62CFF9;
	padding:10px 0;
	margin:0 0 10px 0;
	color:#62CFF9;
	text-transform:uppercase;
}
h2 {
	text-transform:uppercase;
	font-size:1.1em;
	letter-spacing:-.05em;
}
p, a {
	line-height:1.5em;
}
a {
	color:#62CFF9;
}
hr {
	height:1px;
	background:none;
	border:none;
	border-bottom:1px #333 solid;
	clear:both;
	padding:0 0 10px 0;
}
