/* Generated by CaScadeS, a stylesheet editor for Mozilla Composer */    

a:link { 
	font-weight: bold; 
	text-decoration: underline; 
	color: blue; 
	}
a:visited { 
	font-weight: bold;
	text-decoration: underline; 
	color: marron;
	}
a:hover, a:active { 
	font-weight: bold; 
	text-decoration: underline; 
	color: fuchsia;
	}


body { 
	font: 10pt/16pt Arial, Helvetica, sans-serif;
	color: black;
	background-color: white;
	/* background-image: url(lavtach2.gif) ;
	background-position: top left ;
	background-repeat: repeat;
	*/
	margin: 2px 2px 2px 2px; 
  }

h1 {  
	text-align: center;
	font: bold 16pt Arial, Helvetica, sans-serif;
}
h2 { 
	text-align: center;
	font: bold 14pt Arial, Helvetica, sans-serif;
}

h3 { 
	text-align: center;
	font:  12pt Arial, Helvetica, sans-serif;
}

p {
	font: 12pt Arial, Helvetica, sans-serif;
}

li {
	font : 12pt Arial, Helvetica, sans-serif;
}

strong {
	font-weight: bolder;
	font-size: large;
	color: blue;
}

/* tooltip styles */
#tooltip {
   position:absolute;
   visibility:hidden;
   z-index:100;
   background-color:#FFEEC7;
   border:1px solid black;
   padding:0.2em;
   font-size:1.1em;
}
/* ============================================================== */

