BODY{
	font-family:Tahoma, Arial, Helvetica, san-serif; 
     	font-size:large; 
     	color:black; 
     	
     	text-align:left
}
H1{
	color:red; 
     	text-align:left; 
     	font-size:36px     	
}
H2{
	color:"blue";
	font-size=30px;     	
     	text-align:left
}

H3{
     	color:blue;
	font-size=30px
}

H4{
	color:black;
	font-size=26px;
   	text-align:left; 
   	font-weight: bold
}
H5{
   	color:black;
   	text-align:left; 
   	font-size=16px
}

H6{
	font-size: 11px;
   	color:black;
   	text-align:left
}


TABLE
{
   	font-size:26px;
	clear:both;    
   	background:white;
   	border:1;
	border-color:black;
   	text-align:left;
   	padding-right:5;
   	padding-top:5;
   	padding-bottom:5;
   	margin-right:5;
   	margin-bottom:5;
   	margin-top:5;
   	margin-left:10
}

DIV.box
{
      
        font-size:26px;
	color:red;
	clear:both;         
        padding-left:10pt;
        padding-right:10pt;
        font-weight: 200; 
        width:90%;
        margin-right: auto; 
        border color: black;
        margin-left: 20pt;
        margin-top:10pt;
        margin-bottom:5pt;
        
        border-style:groove; 
        border-top-width:thin; 
        border-right-width:thin; 
        border-bottom-width:thin; 
        border-left-width:thin
        }
DIV.leftbox
{
        color:red;
        font-size:26px;
	clear:both;    
	background:white;
        text-align:left;
        padding-left:20pt;
        padding-right:10pt;
	padding-top:10pt;        
        font-weight: 400; 
        width:90%
        margin-left: auto; 
        border color: white;
        margin-right: 20pt;
        margin-top:20pt;
        margin-bottom:5pt;
        float:left; 
        border-style: groove; 
        border-top-width: thin; 
        border-right-width: thin; 
        border-bottom-width: thin; 
        border-left-width: thin; 
        }
DIV.oh{
     font-size:26px;
     font-weight:800;
     clear:both;    
     color:purple; 
     background:white;
     text-align:left
}
DIV.prompt
{
     font-family:Tahoma, Arial, Helvetica, san-serif; 
     font-size:26px;
     clear:both;    
     font-weight:800;
     color:red; 
     background:white
}

