b.l {
	color: Purple;
	font-weight : bold;
}

b.h {
	color: Maroon;
	font-weight : bold;
}
b.r  {color: red;
      font-weight: normal}
b.rf {color: red}

b.bl  {color: blue;
      font-weight: normal}
	  
b.blf {
	color: blue;
	font-weight : bold;
}

b.g   {color: green;
       font-weight: normal}
b.gf  {color: green}

b.b   {color: brown;
       font-weight: normal}
b.bf  {color: brown;
font-weight: bold;}

b.w   {color: white}

h1, h2, h3, h4 {text-align: center}

em.g {
	background-color : #eeee00;
	font-style : normal;
}
em.b {
	font-style : normal;
	background-color : Fuchsia;
}

em.m {
	font-style : normal;
	background-color : #FFE4B5;
}

.z      {
	 font-family: Arial, Helvetica, sans-serif;
	 font-weight: bold;
	 font-size : 80%;
	 text-align: left;
	 margin-left: 20 pt;
	 margin-right: 20 pt;
	 border-style: solid;
	 border-width: 2;
     padding : 20 pt
}


.zk   {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size : 80%;
	text-align: left;
	margin-left: 10;
	margin-right: 10;
	border-style: solid;
	border-width: 2;
	padding : 10 pt;
}
		
.autor {
	font-family : Chisel;
	font-size : 12px;
}

em.w {  background-color: #CCCCFF; font-style: normal}
em.k { background-color: #FFCCFF; font-style: normal }
