body { background-color: #FFFFFF; font-family: arial, sans-serif; width: 780px; margin-left: 10px; margin-right: 10px; } p { margin-left: 2%; } h3 { text-align: center; } /* Menu area */ .pageHead { color: white; background-color: black; padding-bottom: 1px; padding-top: 1px; margin-bottom: 5%; width: 780px; } .pageHead a { padding-left: 8px; padding-right: 8px; letter-spacing: 2px; color: #f5f1c4; text-decoration: none; } .pageHead a:hover { color: #A0A0F0; background-color: black; } .pageFoot { min-height: 12px; margin-top: 10%; width: 780px; display: block; clear: both; } /* -- Forms -- */ .formBox { margin-left: 10%; /* IE issue. Can't just set margin-right: 10% */ width: 80%; color: black; margin-top: 0.5%; padding-bottom: 5px; clear: both; outline: #006060 solid thin; } .formBox h2 { background-color: black; color: white; font-weight: normal; text-align: center; margin-bottom: 1px; font-size: medium; } .formBox table tr th { width: 20%; text-align: right; font-weight: normal; color: black; } .formBox table tr td { width: 80%; color: #223233; } .messageBox { margin-top: 8%; margin-left: 24%; margin-right: 24%; padding-bottom: 5px; background-color: white; min-height: 15%; color: black; outline: #006060 solid thin; } .messageBox h1 { background-color: black; color: white; font-weight: normal; font-size: medium; text-align: center; margin-bottom: 0px; margin-top: 0px; } .messageBox h2 { margin-top: 2px; margin-bottom: 2px; text-align: center; font-size: 14px; } .messageBox h3 { margin-top: 2px; margin-bottom: 2px; text-align: center; font-size: 14px; font-weight: normal; text-decoration: underline; } /* -- Utility elements -- */ .hide { display: none; } .debug { color: #2a6eaf; } .center { text-align: center; }