@charset "utf-8";
/* CSS Document */
  *{ font-family: Calibri, Helvetica, Arial, "sans-serif";}  
  table {
        width: 95%;
        margin: auto;
      border: 1px solid black;
    }   
    th {
        border: solid black;
        text-align: center;
        
    }
    td {
        border: 1px solid black;
        text-align: center;
        
    }
    .itemColumn{
        
    }
    .role{
      
        color: #F00408;
        background-color: aqua;
    }
     .theatre{
        
        color: #453B80;
        background-color: #34AA3A;
        }
     .link{
         
         color: #261DF5;
        background-color: #CF7F19;
    }
        .link2{
            
        color: #000000;
        background-color: #6BC3D9;
            
    }
     .ptots{
            
        color: #23B867;
        background-color: #000000;
            
    }
 .hedng{
     text-align: left;    
     font-size: 200%;
        color: #F00408;
        
            
    }