* {
  box-sizing: border-box;
}


.menu {
  float:left;
  width:30%;
  align: center;  
text-align:center;
}
.menu a {

/* background-color:silver; */ 
/*  background-color:#e5e5e5; */
/* background-color:LightGrey;  */   
 background-color:RebeccaPurple ; 
/* background-color:Purple; */
/* background-color:RoyalBlue; */ 

padding:8px;
  margin-top:7px;
  display:block;
  width:90%;
 color:black;
/* color:white;*/
font-family: "Trebuchet MS", Helvetica, sans-serif;

text-decoration: none;

}



.main {
  float:left;
  width:40%;
  padding:0 20px;
}
.right {
  float:left;
  width:30%;
  /* padding:15px; */
  margin-top:7px;
  text-align:center;
}

h1 {
/* font-family: "Times New Roman", Times, serif; */
font-family: "Trebuchet MS", Helvetica, sans-serif;
color:navy;
}


h3 {
/* font-family: "Times New Roman", Times, serif; */
font-family: "Trebuchet MS", Helvetica, sans-serif;

color:black; 
/* color:DarkSlateGrey; */
}

h2 {
/* font-family: "Times New Roman", Times, serif; */
font-family: "Trebuchet MS", Helvetica, sans-serif;
color:black; 
/* color:DarkSlateGrey; */
}


hr { 
 width:100%;
    display: block;
    margin-top: 0.5em;
    margin-bottom: 0.5em;
    margin-left: auto;
    margin-right: auto;
    border-style: inset;
    /* border-width: 2px; */
   }

p {
/* font-family: Tahoma, Geneva, sans-serif; */
/*  font-family: Arial, Helvetica, sans-serif; */
font-family: "Trebuchet MS", Helvetica, sans-serif; 

}


p.linkkiteksti {
 /*   font-size: small; */
/* font-family: Arial, Helvetica, sans-serif; */

font-family: "Trebuchet MS", Helvetica, sans-serif;
color:blue; 
/* font-size: 15px;*/
/* font-size: large; */;
font-size: 110%;
 font-weight: bold;
}

@media only screen and (max-width:620px) {
  /* For mobile phones: */
  .menu, .main, .right {
    width:100%;
  }

}
/* audio { width: 200px; } */
audio { width:95%; }
/*
img {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

*/

/* mouse over link */
a:hover {
    /* color: yellow; */
color: royalblue;
}

/* selected link */
a:active {
    color: red;
}