
body {
 margin: 0;
 padding: 0;
 background-color: #a52a2a;
 }

#outside {
 margin-left: auto;
 margin-right: auto;
 margin-top: 10px;
 margin-bottom: 10px;
 width: 768px;
 }

#surround {
 background-color: #ffcc66;
 margin-left: 0;
 border: 1px solid black;
 width: 768px;
 }

#header {
 text-align: center;
 }

.centered {
 text-align: center !important;
 }

table.centered {
 margin-left: auto;
 margin-right: auto;
 }

fieldset {
 border-color: #a52a2a;
 }

legend {
 color: #a52a2a;
 }

h1, h2, h3 {
 text-align: center;
 }

#content p {
 text-align: justify;
 }

p {
 padding: 0 10px 0 10px;
 }

#content p.size5 {
 font-size: 150%;
 margin: 0;
 padding: 0;
 text-align: center;
 text-indent: 0;
 }

input.typed,
select.typed,
option.typed,
checkbox.typed,
textarea.typed {
 background-color: #f7e9c1;
 border: 2px solid silver;
 font-family: Courier, monospace;
 font-size: 110%;
 font-weight: bold;
 }

#footer {
 text-align: center;
 }
