table#t1 {
    width: 30%;
    border: 1px solid black;
    position: absolute;
    left: 280px;
    top: 180px;
}
td {
    border: 1px solid black;
}
table#t2 {
    empty-cells: show;
    position: absolute;
    top: 305px;
    border: 1px solid black;
}
table#t3 {
    position: absolute;
    top: 358px;
    border: 1px solid black;
}
table#t4 {
    position: absolute;
    top: 411px;
    border: 3px solid black;
}
section#s1 {
    position: absolute;
    top: 500px;
    list-style-type: circle;
}
section#s2 {
    position: absolute;
    top: 650px;
}
section#s3 {
    position: absolute;
    top: 750px;
}
section#Text1 {
    position: absolute;
    top: 60px;
}
.right {
    text-align: right;
}