@font-face {
font-family: Otsikko;
src: url("Manufacturing_Consent/ManufacturingConsent-Regular.ttf");
}

body {
  font-family: Leipis, serif;
  background-color: #bac2e8;
  background-image: url("ihana.pallo.jpg");
}

a:link {}
a:visited{}
a:hover{}

h1,h2{font-family: Otsikko, sans-serif;
  font-weight: normal;
}

div {
    max-width: 800px;
    background-color: #91c8f2;
    margin-left:auto;
    margin-right:auto;
    padding:20px;
}


a:link {

color: #5767b5; 

text-decoration: none; /* ALLEVIIVAUS POIS */

}

a:visited {

color: #375b99;

}

a:hover{

text-decoration: underline; /* ALLEVIIVAUS JOO */

}

a:active {

color: blue;

}

 