/* model style sheet 1 */

/* 
tags not activated 
body  	{  font-size: 100%; font-family: Arial, Helvetica; background: #FF0000;}

*/

body { overflow: hidden; color: 'white'; margin: 0; font-family: verdana; font-size: 12px; color:white; background-color: 'black';}

.layer0 { position: absolute; width: 100%; height: 100%; overflow: hidden; z-index: 0;}
.layer1 { position: absolute; width: 95%; height: 80%; overflow: auto; z-index: 1; margin: 5%;}

.b1  { margin-top: 20px; text-align: justify; width: 60%; }
.b2  { margin-top: 20px; font-weight: bold; }
.b3  { margin-top: 20px; font-weight: bold; font-size; 14px; }

