  body {
         font-family: Arial;
         background-color: rgb(255, 255, 255);
         margin-left:      0px;
         margin-right:     0px;
         margin-top:       0px;
         margin-bottom:    0px;
    }

  a:link { 
    color: #1b1bb0;
    font-style:  italic;
    font-weight: bold;
  }

  a:visited {
    color: #1b1bb0;
    font-style:  italic;
    font-weight: bold;
  }

  a:active {
    color: #1b1bb0;
    font-style:  italic;
    font-weight: bold;
  }

  table.main_frame{
    width:  100%;
    height: 100%;
    border-collapse: collapse;
  }
  
  td.top {
    height:              10%;
    text-align:          left;
    vertical-align:      middle;
    font-size:           150%;
    font-style:          italic;
    font-weight:         bolder;
    border-bottom-width: medium;
    border-bottom-style: solid;
    padding-left:        2%;
    background-color:    #ffedc2;    
  }
  td.language {
    width:               40px;
    padding-left:        4px;
    vertical-align:      middle;
    border-bottom-width: medium;
    border-bottom-style: solid;
    background-color:    #ffedc2;    
  }  
  td.left {
    background-color: #9a98d1;
    width:            4%;
  }
  td.content {
    background-color: #ffedc2;
    font-size:        130%;
    vertical-align:   middle;
    text-align:       left;
    padding-left:     3%;
    padding-bottom:   1%;
    border-bottom-width:  thin;
    border-bottom-style:  solid;
    border-bottom-color:  #9a98d1
  }
  td.bottom {
    background-color: #9a98d1;
    font-size:        70%;
    font-weight:      bold;
    height:           4%;
  }
  td.space {
    background-color: #ffedc2;
    border-bottom-width:  thin;
    border-bottom-style:  solid;
    border-bottom-color:  #9a98d1
  }