﻿a:link {
	color: #002F6F;
	text-decoration: underline;
}
a:visited {
	color: #004AAE;
	text-decoration: underline;
}
a:active {
	color: #002F6F;
	text-decoration: underline;
}
a:hover {
	color: #004AAE;
	text-decoration: underline;
}
body{
	font-size: 12px;
	font-family: verdana, arial, sans-serif;
	font-color: #001A3C;
	background-color: #FFFDE8;
}
.otsikko {
	font-size: 15px;
	letter-spacing: 1px;
	font-weight: bold;
	font-style: italic;
}
.taulukko_border {
	border-bottom: thin dotted #C0C0C0;
	text-align: left;
	padding: 2px;
}
.taulukko {
	padding: 2px;
	vertical-align: top;
}
.taulukko_email {
	border-bottom: thin dotted #C0C0C0;
	text-align: left;
	padding: 2px;
	font-family: Webdings;
	font-size: 18px;
	text-decoration: none;
}
.img {
	border: none;
}
