

body, h1, h2 , h3, li { font-family :  Arial , sans-serif; }

body { font-size  : 10pt; 
       color      : rgb(   0, 0, 0 ); 
       background : rgb( 255, 255, 255 ) }

h1 { font-size:200%; }
h2 { font-size:150%  }
h3 { font-size:100%  }
th { font-size:120%  }
td { font-size:100%  }


th,td { color: rgb(0,0,0); }
th    { background: rgb( 200,200,200); }

:link    { color:rgb(000, 000, 255) }
:visited { color:rgb(000, 000, 255) }
:active  { color:rgb(000, 000, 255) }
:hover   { color:rgb(000, 000, 000) }


div.box { 
          background: rgb( 250, 250, 0 ) ; 
          border:solid; 
          border-width:3px ; 
         }

div.box1 { 
          color: rgb(   0,   0,   0 ) ;
          background: rgb( 250, 250, 250 ) ; 
          border:solid; 
          border-width:3px ; 
          width:450px;
         }

