/* body */
body {  
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 12px;
    background-color: white;	color:black;
	scrollbar-3d-light-color: #3e745c;
	scrollbar-arrow-color: #EAEAEA;
	scrollbar-base-color: #3e745c;
	scrollbar-dark-shadow-color: Gray;
	scrollbar-face-color: #3e745c;
	scrollbar-highlight-color: #ADD8E6;
	scrollbar-shadow-color: #3e745c;
	 	}
 
 BODY, SMALL, DD, DT, DL, UL, OL, LI, I, B, TD, TH, P, DIV, FORM, H1, H2, H3, H4, H5, H6, BLOCKQUOTE, UL, OL 
 {
	font-family : Verdana,Arial,Helvetica,sans-serif;	
	
}

HR
{
	color: #3e745c; 
}



/* tables */

td 
{ 
color:#000000;  
}
td,th
 {
  font-family:Verdana,Arial,Helvetica, sans-serif; font-size:12px;
  }

  /* lists */
 ul, li, ol
  {
	margin-bottom: 10px;
	list-style-type: disc ;
}




/* headings */
h1 { font-size:16px; color:#707070;  }
h2 { font-size:15px; color:#707070;  }
h3 { font-size:14px; color:#707070;  }
h4 { font-size:13px; color:#707070;  }
h5 { font-size:12px; color:#707070;  }
h6 { font-size:10px; color:#707070;  }

/* links */

a:link       {   color: blue;    text-decoration:none; }
a:visited    {   color: purple;  text-decoration:none; }
a:active     {   color: #0000FF; font-style:italic; }
a:hover      {   color: #FF0000; text-decoration : underline; }


/* custom */
.shadow 
{
font-family:Garamond, serif;
font-weight: bold, small-caps;
font-size: 20px; 
}
.klein
 {
  font-size: 10px;
   }

