    /* © Linn 2008 */

body {
background-image:url( );
background-color:#6F9BBC;
cursor: default;

}

.table {
position: absolute;
background-color:#ffffff;
top: 42px;
left: 100px;
width:900px;
bottom: 50%;
margin: 0px 0px 0px 0px;
border-top: 5px solid #004982;
border-right: 5px solid #004982;
border-left: 5px solid #004982;
border-bottom: 5px solid #004982;
cursor: default;

}


/* TEKSTIT */

.tekstit, td {
margin: 10px 10px 10px 10px;
font-family: verdana;
line-height:1.5;
cursor: default;
font-size: 12px;
color: #000000;
text-align: justify;

}

.table, p {
font-family: verdana;
line-height:1.5;
cursor: default;
font-size: 12px;
color: #000000;
text-align: justify;

}

/* OTSIKOT */

h1{
font-family: verdana;
font-size: 16px;
color: #005DA0;
text-align: left;
cursor: default;

}
h2{
font-family: verdana;
font-size: 16px;
color: #005DA0;
text-align: left;
cursor: default;

}

.otsikko {
font-family: verdana;
font-size: 24px;
color: #003E6B;
text-align: justify;
line-height: 30px;
top: 10px;
left: 150px;
position: absolute;
text-transform: capitalize;

}

/* LINKIT */

A:link, A:visited, A:active{
color: #005DA0;
text-decoration: none;
font-size: 12px;
}

A:hover {
color: #000000;
text-decoration: none;
font-size: 12px;

}
