  /* kaikkialla käytettävä kirjaisin */
  * { font-family: arial,sans-serif;
    }
        
  /* reunuksien taustaväri */
  .menubg  {
      background-color: rgb(255, 222, 160);
  }
  
  /* - Asukkaiden omat sivut - tekstin väri */
  .topheading {
      color:rgb(159, 29, 29);
  }
  /* Pikkutekstien koot */
  .small { font-size: 8pt;
    }
    
  .medium { font-size: 9pt;
    }
  /* html tagien tyylit */
  p { margin: 0pt 0pt 6pt;
    font-size: 11pt;
    }
    
  body { font-size: 11pt;
    }
    
  td { font-size: 11pt;
    }


  a { color: rgb(0, 0, 0);
    }
    
  a:hover {
      color: rgb(128, 0, 0);
  }

  h1 { margin: 0pt 0pt 9pt;
    font-weight: normal;
    color: rgb(0, 0, 0);
    font-size: 15pt;
    }

  h2 { margin: 0pt 0pt 7pt;
    color: rgb(0, 0, 0);
    font-weight: bold;
    font-size: 13pt;
    }
    
  h3 { margin: 0pt 0pt 9pt;
    font-weight: bold;
    font-size: 12pt;
    color: rgb(0, 0, 0);
    }
    
  /* lomakkeiden tyylit */
  form { margin: 2pt;
    }
  
  input { font-size: 9pt;
    }
    
  select { font-size: 9pt;
    }
    
  textarea { font-size: 9pt;
    }

