.sivun_alaotsikko_h2 {
	color: #cb3402;
	font-size: 18px;
	font-variant: small-caps;
	font-weight: bold;
	margin: 0 0 20px 0;
}

.väliotsikko_h3 {
	font-size: 16px;
	font-weight: bold;
	margin: 0 0 10px 0;
}

.sisennys{
  margin: 0 0 15px 30px;
	border-left: 1px #0839cb solid;
	padding: 0 50px 0 10px;
  line-height: 1.3;
}

body {
	background-color: #ffffff;
	font-family: Garamond, "Times New Roman", serif;
	font-size: 14px;
	line-height: 1.4;
	float: left;
	width: 540px;
	margin: 0 20px 70px 10px;
	text-align:left;

}

h1 {
	border: 0;
	border-color: #cb3402;
	border-right-width: 4px;
	border-top-width: 1px;
	border-style: solid;
	color: #ab2f05;
	font-family: Arial, sans-serif;
	font-size: 20px;
	font-weight: bold;
  margin: 0 10px 20px 0;
	padding: 5px 10px 5px 30px;
	text-align: right;
	display: block;
	float: right;
}

h2 {
	color: #cb3402;
	font-size: 18px;
	font-variant: small-caps;
	font-weight: bold;
	margin: 0 0 20px 0;
}

h3 {
	font-size: 16px;
	font-weight: bold;
	margin: 0 0 10px 0;
}

a {
	color: #cb3402;
	font-weight: bold;
	text-decoration: none;
}
a:hover {
	color: #0839cb;
	text-decoration: underline;
}

a:active {
	color: #333333;
	text-decoration: none;
}

table {
	margin: 20px 0;
	background-color: #e6eaf7;
	border: 1px #ffffff solid;
	border-collapse: collapse;
	border-spacing: 0px; 
}

td 
{ 	
	border-bottom: 1px #fff dotted;
	border-right: 1px #fff dotted;
	font-family: Verdana, sans-serif, Arial;
	font-weight: normal;
	font-size: .7em;
	color: #3333333;
	background-color: #e6eaf7;
	padding: 4px 4px 4px 8px;
	line-height: 1.4;
}

ul{
	list-style-type: square;
  margin: 0 0 0 30px;
  line-height: 1.3;
	border-right: 1px #cb3402 solid;
	padding-right: 5px;
}

ul ul{
	list-style-type:none;
  margin: 0 0 0 20px;
  line-height: 1.3;
	border-right: 0;
	padding-right: 0;
}

blockquote{
  margin: 0 0 15px 30px;
	border-left: 1px #0839cb solid;
	padding: 0 50px 0 10px;
  line-height: 1.3;
}
 

p{
	margin: 0 0 7px 0;
	text-indent: 20px;
}



