body {
     height: 100%;
     margin: 0;
     padding: 0;
}

#fontList {
     visibility: hidden;
     position: absolute;
     left: 0px;
     top: 0px;
     width: 100%;
     height: 100%;
     text-align: center;
     z-index: 1000;
}

#fontList div {
     width: 400px;
     margin: 100px auto;
     background-color: #000;
     border: 1px solid #fff;
     padding: 15px;
     text-align: center;
}

#colorTable {
     visibility: hidden;
     position: absolute;
     left: 0px;
     top: 0px;
     width: 100%;
     height: 100%;
     text-align: center;
     z-index: 1000;
}

#colorTable div {
     width: 720px;
     margin: 100px auto;
     background-color: #000;
     border: 1px solid #fff;
     padding: 15px;
     text-align: center;
}

