a.home {
        text-align: right; float: right; font: 12px Courier;
        background-image: url(images/top-small.png);
        background-color: transparent;
        background-repeat: no-repeat;
        width: 770px; height: 55px; padding: 0; margin: 0;
        }

body { width: 770px; }

h1, h2 {
   color: #0040C0;
   }

h1 {
   text-align: center;
   }

td  { vertical-align: top; }

table.sites td { vertical-align: middle; }

table.links {
   width: 100%;
   }

table.links tr {
   margin: 0 0 0 0;
   border: solid black 1px;
   }

table.links tr td {
   border: solid grey 1px;
   }

table.links tr.section {
   border: none;
   }

table.links tr.section td {
   border: none;
   }

table.links tr h2 {
   text-align: center;
   margin: 20px 0 11px 0;
   }

table.links tr td {
   padding: 2px 10px 2px 10px;
   margin: 0 0 0 0;
   }

.quip {
      display: block;
      color: black; #FF4040;
      text-align: center;
      text-decoration: no-blink;
      font: 18px Arial bold;
      }

a.button {
		display: block;
		background-color: transparent;
		background-image: url(images/button-normal.png);
		background-repeat: no-repeat;
		width: 185px;
		margin: 0 0 0 0;
		padding: 8px 0 8px 10px;
		text-align: left;
        text-decoration: none;
		font: bold 20px Helvetica;
		}
a.button:link, a.button:visited {
		color: #FFFF88;
		}
a.button:hover {
        background-image: url(images/button-highlight.png);
    	color: #4040FF;
		}
a.button:active {
        background-image: url(images/button-selected.png);
    	color: #4040FF;
		}
dt {
   font-weight: bold;
   }
