body {
   background-color: white;
   font-family: Arial, Helvetica, sans-serif;
   font-size: 13px;
   font-weight: bold;
   color: lightslategray;
   text-align: center;
}

A:link {
   color: forestgreen;
   text-decoration: underline;
}
A:visited {
   color: forestgreen;
   text-decoration: underline;
}
A:active {
   color: forestgreen;
   text-decoration: underline;
}

.maintable {
   width: 850px;
   height: 600px;
   border: thick solid darkblue;
   background-color: white;
}

.linksblock {
   width: 145px;
   background-color: darkseagreen;
}

.pixblock {
   width: 145px;
   background-color: white;
}

.linkcell {
   padding: 10px;
   color: black;
   font-weight: bold;
   text-align: center;
   vertical-align: top;
}

.normaltextblock {
   background-color: white;
   padding: 10px;
   font-size: 20px;
   color: black;
   vertical-align: top;
}

.h1 {
   text-align: center;
   font-size: 32px;
   color: black;
}

.h2 {
   text-align: center;
   font-size: 24px;
   color: black;
}

.th {
   text-align: center;
   font-size: 18px;
   color: black;
}

.tdl {
   text-align: left;
   font-size: 16px;
   color: black;
}

.tdr {
   text-align: right;
   font-size: 17px;
   color: black;
}


