
/*
a:link { color: #000099; text-decoration: underline}
a:link:active {  color: #990099; text-decoration: underline}
a:link:hover {  color: #333399; text-decoration: underline}
a:visited {  color: #000066; text-decoration: none}
a:visited:active {  color: #660066; text-decoration: underline}
a:visited:hover {  color: #333366; text-decoration: underline}
*/
a {
    color: #000000;
    text-decoration: none;
}

body {
	margin-top: 0em;
	margin-bottom: 0em;
	margin-left: 0em;
	margin-right: 0em;
	
	color: #000000;
	background-color: #FFFFFF;
	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-style: normal;
	font-weight: lighter;
}
p {
	color: #000000;
}
th {
  	color: #000000;
	background: #FFFFFF;
}
.sivu {
   	width: 100%;
}
.sisalto, .footer {
    width: 100%;
}
.footer {
    text-align: center;
    clear: both;
}
.marginaali {
    padding: 1em 0em;
    width: 100%;
}


.navi {
    display: none;
}

