﻿/* Standardi otsikkotyylit sisällössä*/ 
h1 {
	font-family: 'Source Sans Pro', sans-serif, Arial;
	color: #979797;
	font-size: 18pt;
	font-weight: 400;
	height: auto;
	width: auto;
	margin-bottom: 10pt;
	margin-top: 12pt;
	margin-right: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 15px;
}
h2 {
	font-family: 'Source Sans Pro', sans-serif, Arial;
	color: #979797;
	font-size: 16pt;
	font-weight: 400;
	height: auto;
	width: auto;
	margin-bottom: 10pt;
	margin-top: 12pt;
	margin-right: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 15px;
}
h3, h4, h5, h6 {
	font-family: 'Source Sans Pro', sans-serif, Arial;
	color: #979797;
	font-size: 14pt;
	font-weight: 400;
	height: auto;
	width: auto;
	margin-bottom: 10pt;
	margin-top: 12pt;
	margin-right: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 15px;
}
li {
	font-family: 'Source Sans Pro', sans-serif, Arial;
	color: #979797;
	font-size: 12pt;
	line-height: 16pt;
	list-style-type: square;
}
blockquote {
	font-family: 'Source Sans Pro', sans-serif, Arial;
	color: #979797;
	font-size: 12pt;
	line-height: 16pt;
	margin: 0px;
	clear: none;
	float: none;
	padding-top: 8px;
	padding-right: 20px;
	padding-bottom: 8px;
	padding-left: 18px;
}
p {
	font-family: 'Source Sans Pro', sans-serif, Arial;
	font-size: 12pt;
	font-weight: 300;
	line-height: 20pt;
	color: #333;
	margin: 0px;
	clear: none;
	float: none;
	padding-right: 15px;
	padding-left: 15px;
}
a strong {
	text-decoration: none;
	color: #0072d0;
	font-weight: 300;
}
a, a p {
	text-decoration: none;
	color: #0072d0;
	font-weight: 300;
}
a:link {
	color: #0072d0;
	font-weight: 300;
}
a:hover, a:hover p {
	color: #0072d0;
	font-weight: 300;
}
a:visited {
	color: #0072d0;
	font-weight: 300;
}