@media all {

  kirjokivenkartano {}

  body, p, li, td {
    font-family: Georgia, Times New Roman, Times, serif;
    font-size: 16px;
    color: #000000;
    text-decoration: none;
    text-align: left;
    padding: 0;
  }

  h1 {
    font-family: Georgia, Times New Roman, Times, serif;
    font-size: 22px;
    color: #000000;
    text-decoration: none;
    padding: 0;
  }

  h2 {
    font-family: Georgia, Times New Roman, Times, serif;
    font-size: 18px;
    color: #000000;
    text-decoration: none;
    padding: 0;
  }

  a:link, a:visited {
    font-family: Georgia, Times New Roman, Times, serif;
    font-size: 16px;
    color: #663333;
    text-decoration: none;
  }

  a:hover {
    font-family: Georgia, Times New Roman, Times, serif;
    font-size: 16px;
    color: #663333;
    text-decoration: underline;
  }
  
  .header, .header a:link, .header a:visited {
    font-family: Georgia, Times New Roman, Times, serif;
    font-size: 13px;
    color: #996666;
    text-decoration: none;
  }

  .header a:hover {
    font-family: Georgia, Times New Roman, Times, serif;
    font-size: 13px;
    color: #996666;
    text-decoration: underline;
  }

  .naviBoxTitle, .naviBoxTitle a:link, .naviBoxTitle a:visited {
    font-family: Georgia, Times New Roman, Times, serif;
    font-size: 13px;
    color: #ffffcc;
    text-decoration: none;
  }
  
  .naviBoxTitle a:hover {
    font-family: Georgia, Times New Roman, Times, serif;
    font-size: 13px;
    color: #ffffcc;
    text-decoration: underline;
  }

  .naviBox, .naviBox a:link, .naviBox a:visited {
    font-family: Gill Sans Mt, Tahoma, Kalimati; /*Georgia, Times New Roman, Times, serif;*/
    font-size: 14px;
    font-style: italic;
    color: #663333;
    text-decoration: none;
    padding: 4px 4px 4px 0;
  }

  .naviBox a:hover {
    font-family: Gill Sans Mt, Tahoma, Kalimati; /*Georgia, Times New Roman, Times, serif;*/
    font-size: 14px;
    font-style: italic;
    color: #663333;
    text-decoration: underline;
    padding: 4px 4px 4px 0;
  }
  
  .pageTitle {
    font-family: Georgia, Times New Roman, Times, serif;
    font-size: 16px;
    font-weight: bold;
    color: #000000;
    text-decoration: none;
    text-transform: uppercase;
  }

  .pageContent {
    font-family: Georgia, Times New Roman, Times, serif;
    font-size: 16px;
    color: #000000;
    text-decoration: none;
    margin: 1em 0 2em 0;
  }
  
  input.searchField {
    font-family: Georgia, Times New Roman, Times, serif;
    font-size: 11px;
    color: #663333;
    text-decoration: none;
    width: 125px;
    height: 15px;
  }
  
  input.searchButton {
    font-family: Georgia, Times New Roman, Times, serif;
    font-size: 11px;
    color: #663333;
    text-decoration: none;
    height: 20px;
  }

  a.wuLink {
    font-family: Gill Sans Mt, Tahoma, Kalimati; /*Georgia, Times New Roman, Times, serif;*/
    font-size: 10px;
    font-style: normal;
    color: #f9eedb;
    text-decoration: none;
    padding: 0;
    margin: 0;
  }
}
