body { background-color: black; color: #f5f1c4; font-family: arial, sans-serif; width: 780px; margin-left: 10px; margin-right: 10px; } p { margin-left: 2%; } h3 { text-align: center; } input { background-color: cyan; border-width: 0px; border-color: black; /* Hide the border */ border-style: solid; font-family: courier; } input[type="submit"] { font-family: arial, sans-serif; background-color: cyan; border-color: #f5f1c4; border-style: inset; border-width: 1px; } /* Menu area */ .pageHead { padding-bottom: 1px; padding-top: 1px; margin-bottom: 5%; width: 780px; } .pageHead a { padding-left: 7px; padding-right: 7px; letter-spacing: 2px; border-bottom-width: 1px; border-bottom-color: cyan; border-bottom-style: solid; color: #f5f1c4; font-weight: normal; text-decoration: none; } .pageHead a:hover { color: cyan; border-bottom-color: #f5f1c4; } .pageFoot { min-height: 12px; margin-top: 10%; display: block; border-bottom-width: 2px; border-bottom-color: cyan; border-bottom-style: solid; clear: both; } /* -- Forms -- */ .formBox { margin-left: 10%; /* IE issue. Can't just set margin-right: 10% */ width: 80%; color: #f5f1c4; margin-top: 0.5%; padding-bottom: 5px; clear: both; } .formBox h2 { font: caption; font-weight: normal; text-decoration: underline; letter-spacing: 2px; text-align: center; margin-bottom: 1px; color: cyan; font-size: medium; } .formBox a { color: #f5f1c4; font-weight: bold; } .formBox table tr th { width: 20%; text-align: right; font-weight: normal; color: #f5f1c4; } .formBox table tr td { width: 80%; color: #223233; } .messageBox { margin-top: 8%; margin-left: 24%; margin-right: 24%; padding-bottom: 5px; color: #f5f1c4; min-height: 15%; } .messageBox table tr th { color: #f5f1c4; } .messageBox table tr td { color: white; } .messageBox h1 { font: caption; font-weight: normal; text-decoration: underline; letter-spacing: 2px; text-align: center; margin-bottom: 0px; margin-top: 0px; color: cyan; font-size: medium; } .messageBox a { color: #f5f1c4; font-weight: bold; } .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; }