   .small  {
   	font-family : "Arial";
   	font-size : 2px;
   	color : #111111;
   }
   
   .l  {
   	font-family : "Arial";
   	font-size : 14px;
   	font-weight : bold;
   	color : #aaaaaa;
   }
   
   .p  {
   	font-family : "Arial";
   	font-weight : bold;
   	font-size : 16px;
   	color : black;
   }

   .th  {
   	font-family : "Arial";
   	font-weight : bold;
   	font-size : 16px;
   	color : black;
   }
   
   em  {
   	color : Brown;
   	font-weight : bold;
   }
   
   h3  {
   	font-size : 20px;
   	color : Brown;
   	margin-bottom : 6px;
   }
   
   A {
   	font-family : "Arial";
   	font-size : 16px;
   	font-weight : bold;
   	text-decoration : underline;
   	color : #7755dd;
   }

   A:hover  {
   	font-family : "Arial";
   	font-size : 16px;
   	font-weight : bold;
   	color : red;
   }
   
