
/* © Satu K. / Virtuaalitalli Metsätähti */
/* CSS validated by W3C CSS Validator http://jigsaw.w3.org/css-validator/ */



/* TEKSTILINKIT */

     A {
           color : #4a8162;
           font-weight : bold;
      }
     A:visited {
           color : #4a7f5f;
           font-weight : bold;
      }
     A:active {
           color : #4a8162;
           font-weight : bold;
      }



/* TAULUKOT */

     
			table.statistiikka td {
			padding: 3px;
           font-family : verdana;
           font-size : 9pt; }

			     td.collapse {
           padding : 3px;
           background : #E0ECDF;
      }

						     table.collapsev td {
								 border-collapse:	collapse;
           background : #E0ECDF;
					 padding : 5px
      }
			
			table.statistiikka {width: 100%;}

/* HUOMIOVÄRIT TAULUKOSSA & TEKSTEISSÄ */

     .punainen {
           background : #FFF0D4;
      }
     .vihrea {
           background : #E0ECDF;
      }
     .huomio {
           color : #FF0000;
	   font-weight : bold;
      }


/* FONTTIMÄÄRITTELYT NORMAALISSA PALSTASSA */

     .norla {
           font-family : verdana;
           font-size : 9pt;
           line-height : 140%;
      }
     .norlan {
           font-family : verdana;
           font-size : 9pt;
      }
     P {
           font-family : verdana;
           font-size : 9pt;
           line-height : 140%;
      }
     .tinny {
           font-family : verdana;
           font-size : 8pt;
           line-height : 140%;
      }
     H3 {
           font-size : 15px;
           font-weight : bold;
           font-family : verdana;
      }
     H2 {
           font-size : 21px;
           font-weight : bold;
           font-family : verdana;
      }
			
			hr {
					height: 2px;
					color: #c8dec7;
					background-color: #c8dec7;
					border: none;
			}


/* VARTALO */

     body {
           color : #4a8162;
           background : #ffffff;
	   padding : 0px;
           background-image: url(mark2.gif);
           background-repeat: repeat;
      }

