@font-face {
    font-family: otsikko ;
    src: url(Borel-Regular.ttf);
}
body {
font-family: Arial, sans-serif;
background-image:url(tausta.jpg);
background-size:cover;
}
.kaikki {
background-color: #fff;
padding: 40px;
}

h1 {
    font-family: otsikko;
color: #8164a3;
font-size:300%;
}


/* Linkkien muotoilu: */

a:link {
color: #a47cc2;
text-decoration: none; /* ALLEVIIVAUS POIS */
}
a:visited {
color: #857cc2;
}
a:hover {
text-decoration: underline; /* ALLEVIIVAUS JOO */
}
a:active {
color: #468087;
}


a:link {}
a:visited {}