body{
    line-height: 50%;
}

table {
    width: 620px;
    background-color:#E7E4DB;
}

div {
    font-size: 10.5pt;
    line-height: 1.4;
    margin-left: 7px;
    margin-right: 7px;
    margin-top: 2px;
    margin-bottom: 3px;
}

.rainbow {
  animation: blinkAnimeS1 0.6s infinite alternate;
}
@keyframes blinkAnimeS1{
 0%  { color : red }
 20% { color : #ff8000   }
 40% { color : #fcc800  }
 60% { color : #2db300  }
 80%{ color : #008ae6    }
 100%{ color : mediumorchid    }
}

#left {
       position: fixed;
       top: 0;
       left: 0px;
       width: 180px;
       height: 100%;
       text-align: center;
}

#right{
       position: fixed;
       top: 0;
       right: 0;
       left: 180px;
       height: 100%;
       border-left: 2px solid #ccc;
}

iframe {
       border: none;
       height: 100%;
       width: 100%;
}