.north {
    position: absolute;
    left: 500px;
    top: 100px;
    font-size: 20pt;
}
.east {
    position:absolute;
    left: 800px;
    top: 350px;
    font-size: 20pt;
}
.south {
    position: absolute;
    left: 500px;
    top: 600px;
    font-size: 20pt;
}
.west {
    position:absolute;
    left: 200px;
    top: 350px;
    font-size: 20pt; 
}
th,td {
    font-size: 20pt;
    border-style: none; 
    color: blue;
    padding: 8px;
}
table {
    border-collapse: collapse;
}
.anch {
    fonr-family: verdana,sans-serif ;
    font-size: 16pt;
    color: navy;
}
.inf {
    position:absolute;
    left:200px;
    top:900px;
}
.centre {
    text-align: center;
}
