body {
	background-color: #fff;
	color: #000;
	font-family: Arial, Verdana, sans-serif;
	font-size: small;
	line-height: 1.4;
	padding: 1em;
}

a {
	color: #0000ff;
	outline: none;
	text-decoration: underline;
}

a:hover, a:active, a:focus { text-decoration: none; }

a img { border: 0; }

@font-face {
    font-family: 'Kreon';
    src: url('/media/layout/fonts/kreon-regular.ttf');
}

h1 {
		font-family: 'Kreon', Arial, sans-serif !important;
		font-weight: bold;
		font-size: 40px !important;
		line-height: 100%;
		color: #00aab6;
	}
	
	h2 {
		font-family: 'Kreon', Arial,
		sans-serif;
		font-weight: bold;
		font-size: 32px !important;
		line-height: 100%;
		color: #000000;
	}
	
	h3 {
		font-family: 'Kreon', Arial,
		sans-serif;
		font-weight: bold;
		font-size: 28px !important;
		line-height: 100%;
		color: #000000;
	}
	
	h4 {
		font-family: 'Kreon', Arial,
		sans-serif;
		font-weight: bold;
		font-size: 24px !important;
		line-height: 100%;
		color: #000000;
	}
	
	p {
		font-family: Arial, sans-serif;
		font-size: 14px;
		line-height: 130%;
		color: #000000;
	}
	
	ul {
		font-size: 14px;
	}

ol {
	margin: 0;
	line-height: 1.3;
	font-size: 100%;
}

#content *:first-child { margin-top:0; }

