html, body {
	margin: 0px;
	padding: 0px;
	background-color: transparent;
}

a {
	color: #003893;
	font-family: Arial,Helvetica,sans-serif;
	font-size: 12px;
	font-weight: normal;
	padding: 0px 0px;
	text-decoration: none;
}

a:hover {
	color: #393939;
	font-family: Arial,Helvetica,sans-serif;
	font-size: 12px;
	font-weight: normal;
	text-decoration: underline;
	padding: 0px 0px;
}

.text {
	color: #000000;
	font-family: Arial,Helvetica,sans-serif;
	font-size: 12px;
	font-weight: normal;
}

p.otsikko {
	color: #D56E7D;
	font-family: Arial,sans-serif;
	font-size: 13px;
	font-style: normal;
	font-weight: bold;
	margin: 0px;
	padding-bottom: 5px;
}

th {
	padding: 6px 0px 10px 0px;
	color: #003893;
	font-size: 13px;
}

td {
	padding: 3px 0px;
}