body {
	font-family: arial;
	font-size: 12px;
	color: #000000;
	text-align: center;
	margin: 0;
	line-height: 20px;
	padding-top: 0px;
	background-color: #f0eadd;
}

td {
	font-family: arial;
	font-size: 12px;
	color: #000000;
	line-height: 20px;
}

#koko {
	width:998px; 
	margin:auto;
	margin-bottom: 20px;  
	margin-top: 10px;
	background-image:url(kuvat/otsikko.jpg); 

}

#tausta {
	width:998px; 
	margin:auto; 
	background-image:url(kuvat/osa2.jpg); 
	padding:0;
	text-align: center;
}

#linkit {
	width:900px; 
	margin:auto;
	margin-top: -65px; 
	padding:0;
}

#tekstit {
	width:950px; 
	margin:auto;
	margin-top: -5px;  
	padding:0;
	text-align: justify;
}

h1 {
	color: #ad9258;
	font-weight: bold;
	font-size: 20px;
	margin-top: 30px; 
	font-family: palatino linotype;
	text-align: center;
}

h2 {
	color: #dc0201;
	font-weight: bold;
	font-size: 20px;
	font-family: palatino linotype;
}

a:link, a:visited {
	text-decoration:underline;
	color: #715c47;
}

a:hover, a:active {
	text-decoration:underline;
	color: #000000;
}


a:link.link, a:visited.link {
	text-decoration: none; 
	color: black;
	font-size: 14px;
	font-weight: bold;
}

a:hover.link, a:active.link {
	text-decoration: none; 
	color: #d5be8b;
	font-size: 14px;
	font-weight: bold;
}



img.asu {
	border:0px;
}

img {
	border:2px solid #f0eadd;
}

table.etu {
	background-color:#f8f5ef;
	border-collapse:collapse;
        border:2px solid #f0eadd;
	padding:20px;
}

td.koira {
	padding:20px;
}


ul {
    list-style-type: none;
    margin:0 auto;
    padding: 0;
    overflow: hidden;
    float: center;
width: 850px;
}

li {
    float: left;
}

li a, .dropbtn {
    display: inline-block;
    color: black;
    text-align: center;
    padding: 10px 10px;
    text-decoration: none;
}



li.dropdown {
    display: inline-block;
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: white;
    min-width: 160px;
    box-shadow: 0px 4px 8px 0px rgba(0,0,0,0.2);
    z-index: 1;
}

.dropdown-content a {
    color: black;
    padding: 5px 15px;
    text-decoration: none;
    display: block;
    text-align: left;
}

.dropdown-content a:hover {background-color: white}

.dropdown:hover .dropdown-content {
    display: block;
}