body { margin-left: 3em; margin-right: 3em;
       background-color: white; color: black;
       font-family: verdana, "lucida sans", sans-serif }
h1 { text-align: center }
#bottom { padding-left: 0;
	  padding-top: 20px }
#row    {  }
#navbar { vertical-align: top;
	  padding-left: 0;
	  width:125px
	}
#text   { vertical-align: top;
	  padding-left: 20px }
td.button { background-color: green; color: white;
          font-weight: bold;
	  text-align:center;
	  padding-top: 3px; padding-bottom: 3px;
          border-top: solid white 5px;
	  width: 125px
	}
td.button a { background-color: green; color: white;
	       text-decoration:none }
td.button a:hover { color: lightgrey }
div.button { background-color: green; color: white;
          font-weight: bold; font-size: small;
	  text-align:center;
	  padding-top: 3px; padding-bottom: 3px;
          border-top: solid white 5px;
	  width: 125px
	}
div.button a { background-color: green; color: white;
	       text-decoration:none }
div.button a:hover { color: silver }
div.picture { float: right; margin: 5px }
