body {
      font-family: Courier, sans-serif;
      font-size: 20px;
      color: Indigo;
      background: #FFFFCC;
      margin: 1cm;
      max-width: 700px;
}
a:link {
   color: Indigo;
   text-decoration: underline;
}
a:visited {
   color: Indigo;
   text-decoration: underline;
}
a:hover {
   color: Indigo;
   text-decoration: underline;
}

table {width: 600px; height: 600px; cellspacing: 0px;
       border-spacing: 0px;}
/* table, td {border: 1px solid black;} */
td {font-size: 140%;}

.left {width: 10%;}
/*.middle {background-color: MediumBlue; width: 30px;} */
/*.middle {background-color: Navy; width: 30px;} */
.middle {background-color: DarkSlateBlue; width: 30px;}
.right {text-align: right;}

.toprow {height: 80%;}
.middlerow {height: 30px; background-color: red;}


/* Bookman Old Style, Times New Roman, Arial, Courier */
h4 {font-size: 110%;}
