/* Tyylit */
body {
   text-color: #000000;
   scrollbar-base-color:#FFFFFF;
   scrollbar-track-color:#A78C5D;
   scrollbar-face-color:#7F5E28;
   scrollbar-highlight-color:#000000;
   scrollbar-3d-light-color:#000000;
   scrollbar-dark-shadow-color:#000000;
   scrollbar-shadow-color:#A78C5D;
   scrollbar-arrow-color:#000000;
}

a {
   font-family: Arial, Helvetica, sans-serif; 
   font-weight: bold; 
   font-size: 12px;
   text-color: #000000;
   text-decoration: none; 
   text-underline: none;
}

p {
   font-family: Arial, Helvetica, sans-serif; 
   font-weight: bold; 
   font-size: 12px;
   text-color: #000000;
   text-decoration: none; 
   text-underline: none;
}

td {
   font-family: Arial, Helvetica, sans-serif; 
   font-weight: bold; 
   font-size: 12px;
   text-color: #000000;
   text-decoration: none; 
   text-underline: none;
}

tr {
   font-family: Arial, Helvetica, sans-serif; 
   font-weight: bold; 
   font-size: 12px;
   text-color: #000000;
   text-decoration: none; 
   text-underline: none;
}

table {
   font-family: Arial, Helvetica, sans-serif; 
   font-weight: bold; 
   font-size: 12px;
   text-color: #000000;
   text-decoration: none; 
   text-underline: none;
}

a:hover {
   color: #FFFFFF;
}

a:visited {

}

a:active {
   color: #000000;
}

.tyyli1 {
   font-weight: normal; 
}

.tyyli2 {
   text-decoration: underline;
}

.sukupuu {
   font-size: 11px;
}

/* Tulostus (ilman taustakuvaa) */
@media print {
   body {  
     background-image: none;
     background-color: #FFFFFF;
   }

   p, a, td, tr, ul {
     color: #000000;
}

