@charset "UTF-8";
/* CSS Document */

/*-----------------------------
RESET STYLES
-----------------------------*/

html, body, form, fieldset, p, div, h1, h2, h3, h4, h5, h6{
	margin:0;
	padding:0;
	-webkit-text-size-adjust:none; /* This stops the iPhone from automatically changing the size of the text when you flip the phone */
	}
body{
	font-size: 12px; /* 62.5% means 1em = 10px */
	}
ul, li, ol, dl, dd, dt{
	list-style:none;
	padding:0;
	margin:0;
	}
a{
	text-decoration:none;
	}
 
/*-----------------------------
	SITE SPECIFIC STYLES
-----------------------------*/

body{
	background:#ffffff;
	font-family: Helvetica, sans-serif; /* Helvetica is on the iPhone already, so you may as well take advantage */
	color:#292929;
	}
p{
	font-size:12px;
	padding-bottom:8px;
	padding-left:7px;
	}
a{
	color:#ffffff;
	text-decoration:none;
	background: #292929;
	}
	
	
/*-----------------------------
	HEADINGS
-----------------------------*/

.otsikko{	
	font-size:15px;
	color: #292929;
	letter-spacing: 0.4em;
	font-style:italic;
	}
		
.perus{	
	font-size:10px;
	color: #292929;
	letter-spacing: 0.1em;
	line-height: 14px;

	}
