
/*Perinteisiä kreikkalaisia ruokia - tyylitiedosto*/

table { 
  width: 100%; 
}

body  {
  font-family: Verdana, Arial, "Trebuchet MS", sans-serif;
  font-size: 85%;  
  background-color: #aae3ff;
  margin-left: 5em; 
  margin-right: 10em;
  margin-top: 3em;
  margin-bottom: 3em; 
}

h1 { 
  color: #ff9900; 
}

h2 {
  color: black;
}

a:visited { 
  color: purple;
}

a:hover {
  background-color: #ff9900; /*#D69C52;*/
  color: white;
  text-decoration: none;
}

a:active {
  color: blue;
}

.navi ul li {
  display: block;
  list-style-type: none;/* Kysymys: Miten saan listoilta listamerkit pois? Vastaus: Määritä halutun lohkon     li-elementille CSS:ssä: list-style-type: none; */
}

.oikeakuva { 
  width: 256px;
  height: 192px;
  float: right;
  border: none;
  padding: 2em 2%; 
}

.kuvateksti {
  font-family: Verdana, Arial, "Trebuchet MS",  sans-serif;
  font-size: 85%;
  /*font-weight: bold; ( ei käytössä tällä hetkellä )*/
  color: #000;
  width: 260px; /* asetettu kuvatekstille maksimileveys jottei teksti ole leveämpi kuin kuva */
}

.adsense {
  float: right; /* googlen isoja pylväsmainoksia varten */
  padding: .5em 1%;
}
