/* Typography */

@font-face {
 font-family: SegoePrint;
 src: url(../fonts/SegoePrint.eot); /* IE */
 src: local(Segoe Print), url(../fonts/SegoePrint.otf) format("opentype"); /* non-IE */
}
@font-face {
 font-family: Frivolity;
 src: url(../fonts/akaFrivolity.eot); /* IE */
 src: local(akaFrivolity), url(../fonts/akaFrivolity.otf) format("opentype"); /* non-IE */
}

body {
	font-size:12px; 
    line-height:1.4;
	color:#8a8054;
	font-family:Arial, sans-serif;
}

a, a:link, a:visited {
	font-weight:normal;
	color:#00c8e6;
	text-decoration:none;
}
a:active {
}
a:hover {
	color:#ef1697;
	text-decoration:none;
}
a:focus {
}
h1 {
	font-family:SegoePrint, Arial;
	font-weight:normal;
	font-size:30px;
	color:#00c8e6;
	letter-spacing:-0.02em;
	margin-bottom:15px;
}
h2 {
	font-family:SegoePrint, Arial;
	font-weight:normal;
	font-size:24px;
	color: #8a8054;
	letter-spacing: -0.02em;
	margin-bottom: 15px;
}
h3 {
	font-family:SegoePrint, Arial;
	font-weight:normal;
	font-size:20px;
	color: #5CA7D1;
	letter-spacing: -0.02em;
	margin-bottom: 0.2em;
}
h4 {
	font-family:SegoePrint, Arial;
	font-weight:normal;
	font-size:16px;
	color:#5CA7D1;
	letter-spacing:-0.02em;
	margin-bottom:0.2em;
}
p {
	line-height:1.6em;
	padding-bottom:15px;
}
