html, body {
	background-color: #32354E;
	color: #000;
	font-family: verdana;
	font-size: 12px;
	letter-spacing: 0.01em;
	line-height: 1.5em;
	margin: 0;
	padding: 0;
}

a:link {
	color: #32354E;
    text-decoration: none;
}

a:active, a:visited {
	color: #32354E;
    text-decoration: none;
}

a:hover {
	color: #000;
    text-decoration: none;
}


div#koko {
    margin: 10px auto 10px auto;
    width: 73%;
    border: 15px solid #181A27;
    border-top-width: 15px;
    border-bottom-width: 15px;
    background-color: #fff;
    
}

h1 {
	color: #181A27;
	font-family: georgia;
	font-size: 18px;
    font-weight: bold;}


div#tekstit {
    text-align: justify;
    padding: 10px;
    width: 90%;
    vertical-align: top;
}

div#otsikko {
    height: 80px;
    background-color: #DFE0EA;
}
div#otsikkos {
    background-color: #DFE0EA;
    height: 40px;
	margin-top:10px;
    text-align: center;
	color: #181A27;
	font-family: georgia;
	font-size: 4em;
}


div#otsikko2 {
    height: 40px;
    padding: 0px;
    background-color: #DFE0EA;
    text-align: center;
	color: #fff;
	font-family: georgia;
	font-size: 15px;
}

.td1 {
	background-color: #ffffff;
	font-size: 8pt;
        }

.td2 {
	background-color: #DFE0EA;
	color: #181A27;
	font-size: 8pt;
        padding-left:6px;
        }

.td3 {
	background-color: #ffffff;
	font-size: 8pt;
        padding-left:6px;
        }






