h1 {
	font-size: 28px;
	font-weight:900;
	line-height:36px;
}
h2 {
	font-size: 24px;
	font-weight:100;
	line-height:36px;
}
h3 {
	font-size: 16px;
}
h4 {
	font-size: 14px;
	color: #CCC;
}
h5 {
	font-size: 16px;
	color: #666;
	letter-spacing:4px;
}

a:link {
	color:#666;
	text-decoration:none;
}
a:visited {
	color:#666;
	text-decoration:none;
}
a:hover {
	color:#14377d;
	text-decoration:none;
}
a:active {
	color:#666;
	text-decoration:none;
}


