/* style 02 - business computing */
/* Edu/html/css/ */
  BODY {
      font: normal normal normal 9pt/12pt 'MS PÌÀÄ«','MS ÌÀÄ«','Hervetica','Times New Roman','Courier New','Century'
  }
  A:link {
	color: #0000cd; /* mediumblue */
	text-decoration: none;  }
  A:visited{
	color: #008b8b; /* darkCyan */
	text-decoration: none;  }
  A:hover,A:active{
	color: Red;
	text-decoration: underline;  }
  .red{color:red}
  .green{color:green}
  .blue{color:blue}
  .white{color:white}
P { text-indent: 1em; }
  .center {text-align:center}
  .left {text-align: left}
  .right {text-align: right}
  .ind {text-indent: 1em}
  .indent {text-indent: 12pt}
  .indt10{text-indent:10pt}
  .indt11{text-indent:11pt}
  .indt12{text-indent:12pt}
  .indt16{text-indent:16pt}
  .mglr { margin-left:20px; margin-right:20px}
  .mgl { margin-left: 20px}
  .mgr { margin-right: 20px}
  .mglx10{margin-left:10px}
  .mglx20{margin-left:20px}
  .mglx30{margin-left:30px}
  .mglx40{margin-left:40px}
  .mgleft{margin-left:12pt}
  .mgright{margin-right:12pt}
  .mgrx10{margin-right:10px}
  .mgrx20{margin-right:20px}
  .mgrx30{margin-right:30px}
  .mgrx40{margin-right:40px}
 H1.bu,H2.bu,H3.bu {color:blue;text-decoration:underline}
 LI.bold {font-weight:bold;font-style:italic}
 .fs07{font:7pt}
 .fs08{font:8pt}
 .fs10{font:10pt}
 .fs12{font:12pt}
 .fs14{font:14pt}
 .fs16{font:16pt}
 .fs18{font:18pt}
 .fs20{font:20pt}
