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

@font-face{ 
	font-family: 'Duke Fill';
	src: url('/media/layout/fonts/duke_fill-webfont.eot');
	src: url('/media/layout/fonts/duke_fill-webfont.eot?#iefix') format('embedded-opentype'),
	     url('/media/layout/fonts/duke_fill-webfont.woff') format('woff'),
	     url('/media/layout/fonts/duke_fill-webfont.ttf') format('truetype'),
	     url('/media/layout/fonts/duke_fill-webfont.svg#webfont') format('svg');
}

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


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

a img { border: 0; }

h1, h2, h3, h4, h5, h6 {
	color: #000;
	font-weight: 700;
	font-family: Arial, Verdana, sans-serif;
	line-height: 1.2;
	padding: 0;
	margin: 1em 0 0.7em 0;
}

h1 { font-size: 185%; }
h2 { font-size: 140%; }
h3 { font-size: 120%; }
h4, h5, h6 { line-height: 1.4; font-size: 100%; }
p { padding: 0; margin: 0 0 1em 0; }

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

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

.oranssi {
	color: #f15922;
}

.oranssi-tumma {
	color: #f47920;
}

.robsons-fontti {
	font-family: Duke Fill;
	color: #f47920;
	text-transform: uppercase;
	font-weight: 400;
}

.robsons-fontti-musta {
	font-family: Duke Fill;
	color: #000;
	text-transform: uppercase;
	font-weight: 400;
}

.robsons-fontti-valkoinen {
	font-family: Duke Fill;
	color: #ccc;
	text-transform: uppercase;
	font-weight: 400;
}

.violetti {
	color: #662d91;
}

.violetti-tumma {
	color: #3b0256;
}

.keltainen {
	color: #f0ff01;
}

