	html {
		overflow: hidden;
	     }

	body {   
    margin-top: 0px; 
    margin-left: 0px; 
	margin: 0px;
    padding: 0px;
	position: absolute;
	width: 100%;
	height: 100%;
	cursor: crosshair;
    scrollbar-base-color: #696969;
    scrollbar-arrow-color: #000000;
    scrollbar-shadow-color: #000000;
    background:#c0c0c0 url('index_slapen.jpg');
   	}

table   {
        width:98%;
        border:1px;
        padding:0px;
        }

hr    {
       width: 80%;
      }

.td1  { 
        text-align: center;
        height: 60px;
        font-size: 20px;       
      }

.td2  { 
        text-align: left;
        width: 22%;
        height: 100%;
        font-size: 18px;
        padding-left: 0.5em;
        text-decoration: underline;
        vertical-align: top;        
      }

.td3  { 
        text-align: center;
        font-size: 20px;
        text-decoration: underline;
        vertical-align: top;        
      }
     
.td4  { 
        text-align: center;
        font-size: 20px;
        vertical-align: top; 
      }



.td5  { 
        text-align: center;
        font-size: 20px;
        vertical-align: top; 
      }
     

	#screen {
		position: absolute;
		left: 0%;
		top: 0%;
		width: 100%;
		height: 100%;
        color: #000000;
		font-family: Comic Sans MS;
		overflow: hidden;
		font-size: 1em;

	}
	#inkp1 {
		position: absolute;
		top: 50px;
		left: 10px;
	}
	#inkp2 {
		position: absolute;
		top: 50px;
		left: 10px;
	}
	#context {
		position: absolute;
		width: 100%;
		height: 100%;
		overflow: hidden;
	}
    .bottxt
        position: absolute;
        text-align: center;
        font-family: Amaze;
        font-size: 18pt;
    }
   


A:link       { color: #C0C0C0; text-decoration: none;}
A:visited    { color: #C0C0C0; text-decoration: none;}
A:active     { color: #C0C0C0; text-decoration: none;}
A:hover      { color: #C0C0C0; text-decoration: underline overline;}
