div.sidelinks { margin-bottom: 30px; 
                color: white;
                font-family: serif;
                font-size: 10pt;
                color: silver;
              }

div.sidelinks H1 { font-family: monospace;
                   font-size: 12pt;
                   background-color: maroon;
                   text-align: center;
                   font-weight: bold;
                   margin-top: 0;
                   color: white;
                 }

div.sidelinks A { color: silver;
                  text-decoration: none;
                  font-weight: bold;
                }

div.sidelinks A:hover { color: red }