 .title     { font-size: 24px;
              font-family: arial, sans-serif;
              color: #000000;
              font-weight: bold; 
              text-decoration: none; 
              line-height: 160%; }
              
 .subtitle  { font-size: 18px;
              font-family: arial, sans-serif;
              color: #000000;
              font-weight: bold; 
              text-decoration: none; 
              line-height: 160%; }

 .black     { font-size: 14px;
              font-family: arial, sans-serif;
              color: #000000;
              font-weight: normal; 
              text-decoration: none; 
              line-height: 160%; }

 .blackb    { font-size: 14px;
              font-family: arial, sans-serif;
              color: #000000;
              font-weight: bold; 
              text-decoration: none; 
              line-height: 160%; }

 pre.code   { margin-top: 8pt;
	      margin-bottom: 8pt;
	      background-color: #e60003;
	      white-space:pre;
	      border-style:solid;
	      border-width:1px;
	      border-color:#000000;
	      color:#333333;
	      padding:10px;
	      width:100%; }