td.kolom1{
     border: 1px solid gray;
     text-align: justify;
     font: 0.8em Droid Sans;
     padding: 10px;
     background-color: rgb(255, 250, 250);
     vertical-align: top;
     z-index: 0;
}

td.kolom2{
     border: 1px solid gray;
     padding-top: 2px;
     font: 0.7em Droid Sans;
     text-align: center;
     background-color: #e9ecf1;
     vertical-align: top;
}

a:link{
     color: blue;
     font-weight: bold;
     text-decoration: underline;
}

a:active{
     color: blue;
     font-weight: bold;
     text-decoration: underline;
}

a:visited{
     color: blue;
     font-weight: bold;
     text-decoration: underline;
}

a:hover{
     color: tomato;
     text-decoration: none;
}

#footer{
    width: 100%; float: left;
    visibility: hidden;
}


