/* Pääotsikon muotoilut */

h1 {

font-family:Verdana, Sans-serif;
font-size:85%;
color:Black;
border-bottom-style:solid;
border-bottom-width:1px;
border-bottom-color:black;
padding-bottom:0px;
margin-left:0%;
margin-right:0%;

}

/* Leipätekstin muotoilut */

p {

font-family:Verdana, Sans-serif;
font-size:70%;
line-height:1.4em;
text-align:left;
margin-left:0%;
margin-right:0%;
margin-bottom:0px;

}

/*Alaotsikoiden muotoilut*/

h2 {

font-family:Verdana, Sans-serif;
font-size:75%;
color:Black;
border-bottom-style:solid;
border-bottom-width:1px;
margin-left:0%;
margin-right:350px;
margin-bottom:0px;

}


h3 {

font-family:Verdana, Sans-serif;
font-size:70%;
color:Black;
margin-left:0%;
margin-right:20%;
margin-bottom:0px;

}


/*Luettelon muotoilut*/

ul {

font-family:Verdana, Arial, Sans-serif;
font-size:70%;
line-height:1.4em;
margin-left:5%;
margin-right:20%;

}

/*Koko sivu ja linkkien muotoilut*/

body {

background-image: url(kuvat/logo3.jpg);
background-repeat:no-repeat;
background-position:top left;
background-attachment:scroll;

}


a:link {
color:#8C7D56;
text-decoration:none;

}

a:visited {
color:#8C7D56;
text-decoration:none;

}

a:hover {
color:#9B998C;
text-decoration:underline;

}

/* Tekstin asettelua keskelle*/

.vasen {
margin-top : 1px;
width : 20%;
}

.oikea {
width: 20%;
height: 100%;
}

.keskisolu {
width : 60%;
height : 100%;
}




