<style type="text/css">
<!--
/*Tämä on Vesan tyylisivu*/


body { 
background: #ffffcc url('kuvat/sand.gif') repeat;
color: black;
font-family: arial, helvetica, sans-serif;
font-size: medium;
line-height: 1.3em;
 }

/*Linkit: nämä määräävät, eivät listoja 
ohjaavissa koodeissa olevat arvot.*/

a:link { 
color: #000099;
text-decoration: none;
background: transparent;
 }

a:active { 
color: #993300;
text-decoration: none;
background: transparent;
 }

a:visited { 
color: #993300;
text-decoration: none;
background: transparent;
 }

a:hover { 
color: #000099;
text-decoration: underline;
background: transparent;
 }
 
 
/*Vasen ja oikea laatikko*/

.vasenosa { 
width: 42%;
height: 450px;
border-width: 0px;
border-style: solid;
margin-top: 1%;
margin-bottom: 0;
margin-left: 8%;
margin-right: 5px;
padding: 0;
float: left;
 }

.oikeaosa { 
width: 48%;
height: 450px;
border-width: 0px;
border-style: solid;
margin-top: 1%;
margin-bottom: 0;
margin-left: 5px;
margin-right: 0;
padding: 0;
float: left;
 }
 

/*Sivuston sisaiset linkit ja niiden 
"putoaminen".*/ 


#vaslinkit ul { 
font-family: arial, helvetica, sans-serif;
text-align: left;
text-indent: 0;
list-style-type: none;
 }

#vaslinkit li ul { 
font-size: medium;
display: none;
text-align: left;
text-indent: 0;
list-style-type: none;
 }
 
#vaslinkit a { 
display: block;
text-align: left;
text-indent: 0;
list-style-type: none;
 } 

#vaslinkit li { 
text-indent: 0;
text-align: left;
list-style-type: none;
 }
 
#vaslinkit li:hover ul { 
color: #000099;
text-decoration: none;
display: block;
text-indent: 0;
text-align: right;
list-style-type: none;
 }

#vaslinkit li:active ul { 
color: #000099;
text-decoration: none;
display: block;
text-indent: 0;
text-align: right;
list-style-type: none;
 } 

#vaslinkit li:link ul { 
color: #000099;
text-decoration: none;
text-indent: 0;
text-align: right;
list-style-type: none;
 }

#vaslinkit li:visited ul { 
color: #993300;
text-decoration: none;
text-indent: 0;
text-align: right;
list-style-type: none;
 }


/* Unkari-sivujen linkistön
vaaleansininen pohja #6699cc
sininen linkki #000099
käyty linkki, violetti #9900ff
*/
 

/* Vesan sivujen linkistön
vaalean oranssi pohja #ff9933
osoitettu linkki, sininen #000099
käyty linkki, ruskea #ff9933
*/
 

.paalinkki { 
font-size: medium;
font-weight: bold;
line-height: 1em;
text-align: left;
text-indent: 0;
margin-top: 0.5em;
margin-bottom: 0;
margin-left: 1em;
margin-right: 1.5em;
list-style-type: none;
background-color: #ff9933;
border-width: 6px;
border-color: #ff9933;
border-style: solid;
 }

.alilinkki { 
font-size: medium;
font-weight: normal;
line-height: 1.4;
text-align: right;
text-indent: 0;
margin-top: 0;
margin-bottom: 0;
margin-left: 0;
margin-right: 0;
list-style-type: none;
 } 

/*teksti*/
p { 
font-family: arial, helvetica, sans-serif;
font-size: medium;
font-weight: normal;
line-height: auto;
color: black;
text-align: left;
margin-bottom: 0;
margin-top: 0;
}

h1 { 
font-family: arial, helvetica, sans-serif;
font-size: xx-large;
font-weight: bold;
color: black;
text-align: left;
line-height: 1em;
margin-top: 0;
margin-bottom: 0;
 }

h2 { 
font-family: arial, helvetica, sans-serif;
font-size: large;
font-weight: bold;
color: black;
text-align: left;
line-height: 1em;
margin-top: 1em;
margin-bottom: 0.3em;
 }

h3 { 
font-family: arial, helvetica, sans-serif;
font-size: medium;
font-weight: bold;
line-height: auto;
color: black;
text-align: left;
margin-bottom: 0.1em;
margin-top: 1em;
 }

address { 
font-family: arial, helvetica, sans-serif;
color: black;
text-align: left;
line-height: 1em;
margin-top: 0;
margin-bottom: 0;
 }


ul { 
font-family: arial, helvetica, sans-serif;
font-size: medium;
font-weight: normal;
line-height: auto;
color: black;
text-align: left;
margin-bottom: 0;
margin-top: 0;
 }

li { 
margin-bottom: 0;
margin-top: 0;
list-style-type: disc;
text-indent: 0;
 }

.kuva_vas { 
border-style: solid;
border-width: 1px;
border-color: black;
margin-left: 0;
margin-right: 1em;
margin-bottom: 0.5em;
margin-top: 0.5em;
float: left;
 }

.kuva_oik { 
border-style: solid;
border-width: 1px;
border-color: black;
margin-left: 1em;
margin-right: 0em;
margin-bottom: 0.5em;
margin-top: 0.5em;
float: right;
 }




-->
</style>