/* CSS definition file containing sitestyle stylesheets */

BODY { 

font-family: Arial, Helvetica, sans-serif; 

 font-size : 14px;

  color: black; background-color: transparent; 

  background-image: url("../../backblass_kl.jpg");

  background-attachment: fixed;

  

  margin-right : 10px;

  }

  

 A:active { 

  text-decoration : none;

 color: red;

 font-size : 14px;

 }

 A:link { 

 

  font-size : 14px;

 color: blue;

  text-decoration : none;

 }

 A:hover { 

   text-decoration : none;

  font-size : 14px;

 color: red;

 }







 A:visited { 

   text-decoration : none;

  font-size : 14px;

 color: blue;

 }

 .TextObject { 

font-family: Arial, Helvetica, sans-serif; 

font-size: 14px; 

 color: Black;

 }

 .TextObject2 { 

font-family: Arial, Helvetica, sans-serif; 

 font-size: 14px; 

 color: Black;

 }



 P { 

font-family: Arial, Helvetica, sans-serif; 

 font-size: 14px; color: Black;

 }

 

 TD {

	  font-size : 14px;
; font-family: Arial, Helvetica, sans-serif
}

.small {
	font-size: 9px;
}
