<style type="text/css">
/* === Order in this stylesheet is according to recommendation in
 * http://pisto-magazin.de/artikel/css-wir-raeumen-auf (in German), as I understood it.
 */

 /* Styles for html tags. */
 /* ====================== */
table 			{ background-color:#E0E0E0; font-weight:bold; font-family:Arial;  }


/* Styles for classes. */
/* =================== */

.linkTable		{ background-color:#fff; text-align:center; }
.stdCell { background-color:#e0e0e0; text-align:right; }
.rowHead { background-color:#c0c0ff; text-align:right; }
.rowTail { background-color:#c0ffc0; text-align:right; }
.colHead { background-color:#c0c0ff; text-align:right; }
.colTail { background-color:#c0ffc0; text-align:right; }
.tableCornerLeftUp { background-color:#ffffff; text-align:right; }
.tableCornerRightUp { background-color:#c0ffc0; text-align:right; }
.tableCornerLeftDown { background-color:#ffffff; text-align:right; }
.tableCornerRightDown { background-color:#90df90; text-align:right; }
</style>
