/*SAA VAIKUTTAA KAIKKIIN SIVUIHIN*/
/*fonttien määrittely*/
p, b, i, h1, h2, h3, h4 {font-family:"Times New Roman",serif; font-size:small;}
p {font-size: 13pt; color:#302221;}
b {font-size: 13pt; color:#302221;}
i {font-size: 13pt; color:#302221;}
h1, h2, h3, h4 {color: #700038;}
h1 {font-size: 20pt; text-align: center;}
h2 {font-size: 18pt;text-align: left;}
h3 {font-size: 16pt;text-align: left;}
h4 {font-size: 14pt;text-align: left;}

/*linkit*/
a {color: #720038}
a:visited {color: #0000ff}
a:hover {background: #66ff66}

/*kuvat*/
img {
margin: 5px 5px 5px 5px; 
border: thin;
}

/*viiva*/
hr {color:FORESTGREEN;}

/*SEURAAVAT VAIKUTTAA VAIN, JOS EI ERIKSEEN MÄÄRITELTY TIEDOSTOSSA*/
/*tausta vain etusivulle, muut taustakuvat määritelty erikseen tiedostoissa*/
body {background-image: url("kuvat/tausta2.jpg"); 
background-attachment: fixed; 
background-repeat: no-repeat;
background-position: center center;
}

#tiedot {font-size: 80%;}
