html, body { margin: 0;
             padding: 0;
             background-color: blue;
             color: white;
             font-size: 14px;
             font-family: verdana, arial, sans-serif; }
h1 { text-align: center;
     font-size: 20px;
     padding: 10px;
     margin: 0px; }
ol, ul { text-align: left;
         margin: 0 10px 0 10px; }
.answer { font-size: 30px;
          text-align: center;
          vertical-align: middle; }
.question { font-size: 30px;
            text-align: center;
            vertical-align: middle; }
pre { text-align: left; }
a { color: white;
    text-decoration: none; }
table { width: 100%;
        border: none;
        border-collapse: separate; }
td { width: 20%;
     padding: 5px 0 5px 0;
     border: 3px outset blue;
     text-align: center; }
td.category { padding: 10px 0 10px 0;
              font-size: 18px; }
td.value { padding: 10px 0 10px 0;
           font-size: 25px; }
td.score { font-size: 24px; }
td.name { font-family: URW Chancery L;
          font-size: 36px; }
td.info { font-size: 14px; }