body {
      background-color: #73bb4f;
/*	  background-image: url('scans/fallback.jpg'); */
      font-size: large;
      color: #20460b;
      font-family: comic sans ms, sans-serif;
}

td {
    font-size: medium;
}

h1 {
    align: center;
    font-size: 250%;
}

h2 {
    align: center;
    font-size: 120%;
    text-transform: capitalize;
}

legend {
    font-size: 120%;
    color: #20460b;
}

button {
    text-align: center;
    background-color: #ffffff;
    color: #20460b;
    border-width: medium;
    border-color: #20460b;
	cursor: hand;
	cursor: pointer;
}
a {
	cursor: hand;
	cursor: pointer;
}

.white {
    background-color: #ffffff;
}

a:link{color: #30561b}
a:visited{color: #40662b}
a:active{color: #000000}