BODY {font-family: Verdana; font-size: smaller, Gillsans, sans-serif;}
H2 { font-size: larger; color: yellow; background: red; }
P { font-size: 10pt;   }
TH { color: maroon;}
TD { font-size: 10pt; }
LI { font-size: 10pt; }
A {font-size: 10pt; text-decoration: none; font-weight: bold;}
A:link {color: red;}
A:visited {color: #339966;}
A:active {color: black;}
.overlap {
    position: relative
    left: 25%;
    top: 25%;
    width: 25%;
}
.l1 {
    z-index:1;
}
.l2 {
    z-index:2;
}
.l3 {
    z-index:3;
}
