body
     {
     margin-top: 10px;
     margin-bottom: 10px;
     padding: 0;
     font: 64px ±Ã¼­, serif;
     color: #000;
     background-color: #fff;
     }

table
     {
     position: absolute;
     top: 10px;
     margin-left: auto;
     margin-right: auto;
     }

table, th, tr, td
     {
     padding: 15px;
     }
     
caption
     {
     width: auto;
     text-align: center;
     margin-left: auto;
     margin-right: auto;
     }

td
     {
     padding: 15px 50px;
     }
     
.center
     {
     text-align: center;
     }

div
     {
     position: relative;
     height: 82px;
     padding: 18px 18px 0 18px;
     background-color: #fbb;
     color: #000;
     border-top: 3px solid #fdd;
     border-right: 3px solid #f99;
     border-bottom: 3px solid #f99;
     border-left: 3px solid #fdd;
     text-align: center;
     visibility: hidden;
     }
     
p
     {
     font: 32px ±¼¸², sans-serif;
     margin: 4px;
     }
p.break
     {
     margin-bottom: 32px;
     }
     
p.small
     {
     font: 16px ±¼¸², sans-serif;
     }

a
     {
     color: #000;
     background-color: inherit;
     text-decoration: none;
     }

a:hover
     {
     color: #666;
     }

.question
     {
     background-color: #bbf;
     color: #000;
     border-top: 3px solid #ddf;
     border-right: 3px solid #99f;
     border-bottom: 3px solid #99f;
     border-left: 3px solid #ddf;
     visibility: visible;
     }
