
* {
	color: #000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: 160%;
}

h1 {
	color: #666;
	font-size: 24px;
	font-weight: normal;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	display: block;
	border-bottom: 1px solid #999;
	margin-bottom: 40px;
	padding-bottom: 20px;
}

h2 {
	color: #06C;
	font-size: 24px;
	font-weight: normal;
	font-family: Geneva, Arial, Helvetica, sans-serif;
}

h3 {
	color: #000;
	font-size: 14px;
	font-weight: bold;
}

hr {
	background-color: #CCC;
	width: 100%;
	border: 0;
	height: 1px;
}

a:link, a:visited {
	color: #06C;
	text-decoration: none;
	}

a:hover, a:active {
	text-decoration: underline;
	}