body {
    background-image:   url("/images/KKbackground.jpg");
    background-repeat:  no-repeat;
    background-color:   skyblue;
    background-size:    cover;
    }

a:link  {
    color: grey;
    }
    
a:visited  {
    color: red;
    }
    
a:hover  {
    color:            green;
    background-color: yellow;
    }
    
#header { 
    height:		  60px;
    margin:       auto;
    padding:      0px;
    font-size:    24pt;
    color:        #FF0012;
    // background-color:	black; 
    font-family:  "Brush Script MT", Impact, serif;
    }
         
#mainbody { 
    margin:              auto;
    padding:             0px;
    // background:         #007777 url("../images/sunrise.jpg");                 
    // background-color:   lime;                  
    // background-image:   url("../images/sunrise.jpg");
    background-position: center;
    background-repeat:   no-repeat;
    } 
              
div.tablebody { 
    position:	      absolute;
    // top:				60px;
    // left:			100px;
    // width:			700px;
    // height:		  540px;
    background-color: lime;                  
    background-image: url('/images/body2.png'); 
    }  
             
.inline_opaque {
    background: #444; 
    color:      gold;   
    font-size:  200%;
    opacity:    .8; 
    display:    inline-block;
    margin:     0px;
    padding:    0px;
    }

.inline_opaque_150 {
    background: #444; 
    color:      gold;   
    font-size:  150%;
    opacity:    .8; 
    display:    inline-block;
    margin:     0px;
    padding:    0px;
    }

.opaque1 {
    // background: grey; 
    background: cadetblue; 
    opacity:    .6; 
    margin:     0px;
    padding:    0px;
    }
               
.opaque2 {
    // background: grey; 
    background: cadetblue; 
    opacity:    .8; 
    margin:     0px;
    padding:    0px;
    }               
