/* Tyylit */
body {
   margin: 2px;
   background-color: #FFFFFF;
   text-color: #000000;
   scrollbar-base-color:#FFFFFF;
   scrollbar-track-color:#FDDAFB;
   scrollbar-face-color:#F6BEFB;
   scrollbar-highlight-color:#000000;
   scrollbar-3d-light-color:#000000;
   scrollbar-dark-shadow-color:#000000;
   scrollbar-shadow-color:#F6BEFB;
   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 {
   background-color: #955A0E;
}

.tyyli1 {
   font-family: Arial, Helvetica, sans-serif; 
   font-weight: normal; 
}

.isokirjain {
   font-size: 32px;
}

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

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

