body {
   margin-left: 20px;
   margin-width: 20px;
   margin-top: 0px;
   margin-bottom: 0px;
   }

.frst {
   color: maroon;
   font-size: 9pt;
   font-weight: bold;
   }

.zdes {
   color: #ff0000;
   font-size: 9pt;
   font-weight: bold;
	}

.thrd {
   color:  black;
   font-size: 8pt;
   }

.prat {
   color: #004080;
   font-size: 8pt;
	}

.prat:hover {
	color: red;
	}

a {
   color: black;
   text-decoration: none;
   }

a:hover {
	text-decoration: underline; 
	}

.under {
	text-decoration: underline; 
	}

p  {
   font-size:10pt;
   margin-left:10px;
   margin-right:10px;
   text-align:justify;
   }
