

/* Basic HTML
------------------------------------------------------------------------------------------------*/

body {
	font-size: 14px;
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#444;
	text-align:left;
}

/* TEXT */

p {
	margin-bottom: 1.5em;
	line-height: 1.5em;
}

p+p {
	margin-top: -0.5em;
}

h1 {
	font-size: 2.8em;
	margin-bottom: 0;
	line-height: 1em;
	font-weight:normal;
	font-style:italic;
	color:BEBBBB;
}

h2 {
	font-size: 1.4em;
	line-height: 1.25em;
	font-weight:normal;
	margin: 0 0 0.6em 0;
	color:#000000;
}

.titteli { 
	font-style:italic;
	color:#8f897a;
	margin-top: -0.7em;
}


/* Typography
------------------------------------------------------------------------------------------------*/

blockquote {
	font-size: 1.1em;
	line-height: 1.3em;
	color: #999999;
	font-style:italic;
	padding: 0 1.5em 0 1.5em;
}

hr {
	clear: both;
    display: block;
	border: 0;
	margin: 15px 0;
	background-color: #e1e1e1;
	height: 1px;
}

.col hr { margin: 25px 0; }

ul {
	font-size:1.1em;
	line-height:1.2em;
	padding: 10px 20px;
	color:#777;
	list-style:outside;
	list-style-image:url(../graphics/li_dot.png);
}

ol {
	font-size:1.1em;
	line-height:1.2em;
	padding: 10px 20px;
	list-style:decimal;
	color:#000;

}

ol p {
	color:#777;
	margin:0;
}

li {
	margin-bottom: 0.5em;
}

.sepa {
	color:#CCCCCC;
	margin: 0 0.5em;
}

/* Links
------------------------------------------------------------------------------------------------*/

a:link,
a:visited,
a:hover,
a:active { color:#5E3914; text-decoration: none; font-size:16px; font-style:italic; }

a:hover { color: #858d46; text-decoration: underline; font-size:16px; font-style:italic; }


#Yksittainen_trauma a:link,
#Yksittainen_trauma a:visited,
#Yksittainen_trauma a:hover,
#Yksittainen_trauma a:active { color:A9F4C2; }

#Yksittainen_trauma a:hover { color: F0EFBC; }


#Yhteystiedot a:link,
#Yhteystiedot a:visited,
#Yhteystiedot a:hover,
#Yhteystiedot a:active { color:#0A0F11; }

#Yhteystiedot a:hover { color: #8f897a; }