body {
    background-color: #4D4D4D;
    color: #FFFFFF;
}

table, th, td {
   border: 1px solid black;
}

table.center {
	position:fixed;
    top:60;
    width: 98%;
    margin-left:7; 
    margin-right:5;
}

th.center {
    text-align: center;
}

.topcorner {
   position:absolute;
   top:5;
   right:5;
   z-index:2;
}

.title {
   z-index:1;
}