@charset "UTF-8";
/* CSS Document */

body {
	background-color: #040404;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 16px;
	line-height: 24px;
	color: #FFFFFF;
}
.large {
	font-size: 28px;
	line-height: 38px;
}
.coolsign {
	font-weight: bold;
	color: #00AEEF;
}
.footer {
	font-size: 12px;
	line-height: 16px;
	color: #666666;
}
hr {
	color: #000000;
	border-top-width: 1px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
}
.form {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: 20px;
	color: #FFFFFF;
	background-color: #121212;
	padding: 5px;
	border: 1px solid #666666;
}
h1 {
	font-size: 60px;
	line-height: 66px;
	color: #00AEEF;
}
a:link {
	color: #00AEEF;
	text-decoration: none;
}
a:visited {
	color: #00AEEF;
	text-decoration: none;
}
a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}
h3 {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 24px;
	line-height: 10px;
	font-weight: bold;
	color: #00AEEF;
	text-decoration: none;
}
h2 {
	font-size: 28px;
	line-height: 38px;
	font-weight: bold;
	color: #00AEEF;
}
.largeBold {
	font-size: 28px;
	line-height: 38px;
	font-weight: bold;
	color: #00AEEF;
}
.small {
	font-size: 12px;
	line-height: 16px;
	color: #999999;
}
