BODY {
	letter-spacing: normal;
	line-height: normal;
	list-style-type: square;
	margin-top: 0px;
	margin-left: 0px;
	margin-bottom: 25px;
	margin-right: 0px;
	padding: 0px;
	background-color: orange;
}


/* TAULUKOT */

.taulukko {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 75%;
	border: 0px;
	color: Black;
	line-height: 175%;
}

.ylaosa {
	width: 90%;
	height: 105px;
	border-bottom: 2px solid #E09508;
	background-image: none;
	background-color: White;
}

.kaari {
	width: 90%;
	height: 35px;
	background-color: White;
}

.perus {
	width: 90%;
	height: auto;
	background-color: White;
}

.tyhja {
	width: 90%;
	height: 35px;
	background-color: White;
}

.ala {
	width: 90%;
	height: auto;
	border-top: 1px solid #B2B2B2;
	background-color: White;
}

.viiva {
	background-color: #F4C009;
}

.navigointiviiva {
	background-color: #077F41;
}

.vaakaviiva {
	background-color: #BBBBBB;
}


/* TAULUKON SOLUT */

td {
	vertical-align: center;
}

td.vasen {
	width: 200px;
	padding-top: 0px;
	padding-left: 15px;
	padding-right: 15px;
	padding-bottom: 0px;
	background-color: White;
}

td.keski {
	width: auto;
	padding-top: 0px;
	padding-left: 35px;
	padding-right: 35px;
	padding-bottom: 0px;
	background-color: transparent;
	border-right: 1px solid #BBBBBB;
}

td.oikea {
	width: 200px;
	padding-top: 0px;
	padding-left: 25px;
	padding-right: 15px;
	padding-bottom: 0px;
}


/* OTSIKOT */

h1 {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 100%;
	color: Black;
	letter-spacing: 3px;
	line-height: 175%;
}

h2 {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 90%;
	color: Black;
	letter-spacing: normal;
	text-decoration: none;
	line-height: 175%;
}


/* TEKSTI */

p {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 80%;
	color: Black;
	text-align: left;
	line-height: 175%;
	margin-bottom: 2em;
}


/* LINKIT */

a, a:active, a:link, a:visited {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 100%;
	font-style: normal;
	color: #054A81;
	text-decoration: none;
	font-weight: normal;
}

a:hover {
	text-decoration: underline;
	color: #0561A9;
}
