
body {
   margin-right: 3%;
   margin-left:  3%;
   text-indent: 2em;
   text-align: justify;
   background: #ddd;
   color:      #000;
   font:  14pt tahoma courier, serif;
   }

h1 {
   font: 28pt bold;
   }

table.footlinks {
   margin-top:   2em;
   margin-right: 15%;
   margin-left:  15%;
   text-align: center;
   text-indent:    0;
   padding:      2em;
   border-top:    2px solid #f8a;
   border-left:   2px solid #f8a;
   background:              #e68;
   border-bottom: 2px solid #c46;
   border-right:  2px solid #c46;
   color:      #fff;
   }

table.footlinks td {
   text-align: center;
   }

hr {
   height: 3px;
   width:  85%;
   color: #111;
   }

a {
   color: #ff2;
   font: bold;
   text-decoration: none;
   }

a:hover, a:focus {
   color: #fff;
   background: #000;
   }

a:visited {
   color: #c0c;
   }

