body { background-color: rgb( 240, 255, 240) }

p { font-size: 1.25em; margin-left: 45px; margin-right: 10% }


h1, h2, h3 { margin-left: 15px }

#buttonbox { margin-left: 10px; border: 0px solid black; float: left; clear: both; width: 160px; text-align: left }

#mainbox { margin-left: 195px; margin-right: 60px; border: 0px solid black }
#links { font-family: sans-serif; font-size: 10pt; text-align: center; margin-top: 20px; } 

input button { background-color: rgb(240, 255, 240); color: black; font-size: 12pt; margin-top: .5em; width: 150px; border: 4px green inset;  }

input:hover button { color: white; background-color: green; border: 4px green outset }

address { text-align: center }

a:hover { color: red; text-decoration: none }
