body {
color: black;
font-family: Helvetica, sans-serif;
background: white;
}

h1 { 
color: #006666;
font-family: Verdana, sans-serif;
letter-spacing: 0.5em;
margin: 1em 1em 0.5em 1em;
}

h2 { 
color: white;
text-transform: uppercase;
font-size: 18px;
font-weight: bold;
margin: 1em 0.5em 0.5em 0.5em;
}

h3 { 
color: white;
font-size: 15px;
font-weight: bold;
margin: 0.5em 0.5em 1em 0.5em;
}

p { 
font-size: 15px; 
margin: 1em 0em 1em 0.5em;
}

ul { 
font-size: 15px; 
}

table caption {
text-align: left;
font-weight: bold;
}

table th {
text-align: left;
padding-right: 2em;
border-bottom: thin solid black; 
}

table td {
vertical-align: top;
text-align: center;
}
					
.linkki {
color: white;
text-transform: uppercase;
font-size: 12px;
font-weight: bold;
margin-left: 0px;
}

.otsikkolinkki {
color: white;
text-decoration: none;
}

.kohdelinkki {
color: #006666;
text-decoration: none;
text-transform: uppercase;
font-size: 12px;
font-weight: bold;
margin-left: 0px;
}

.vasen {
text-align: left;
background: #006666;
margin-left: 0px;
}

.kohde {
background: #006666;
margin-left: 0px;
}

.viiva {
border-left: thick double #006666;
}

.keski {
text-align: left;
padding-left: 0.5em;
}

.oikea {
text-align: left;
padding-left: 0.5em;
padding-top: 1em;
}

.yla {
text-align: center;
border-bottom: thick double #006666;
}

.ala {
color: #006666;
text-align: center;
border-top: thick double #006666;
}

.info {
text-transform: uppercase;
font-weight: bold;
}