/* * * * * * * * *
 * Global Styles *
 * * * * * * * * */

body {
  background: #ffeedd;
  color:black;
  font-family: verdana, helvetica, arial, sans-serif;
  margin-top:0.1cm;
}

p {
  text-align: justify;
}

h1 {
  font-weight: bold;
  font-size: 150%;
  color: #444488;
  text-align: center;
  margin-bottom: 0.2em;
  padding: 0;
}

h2 {
  margin: 0.1em 0 0 0;
  padding: 0;
  font-family: "times new roman", times, serif;
  font-weight: bold;
  font-size: 120%;
  color: #3377bb;
  text-align: left;
}

h2 + p {
  margin-top: 0.5em;
}

h3 {
  margin: 0em ;
  font-family: 'trebuchet ms',tekton,arial,helvetica,sans-serif;
  font-weight: bold;
  font-size: 110%;
  color: #3377bb;
  text-align:left;
}

a {
  text-decoration: none;
}

a:link {
  text-decoration: none;
  color: #00c;
}

a:visited {
  text-decoration: none;
  color: #800080;
}

a:hover {
  background-color: #bbbbff;
}

a:focus {
  background-color: #bbffff;
}

img {
  border-color: transparent;
}

div.main {
  margin-left: auto;
  margin-right: auto;
  width: 700px;
  text-align: justify;
}


/*  forms */
.subchoice {
  padding: 0.5em;
  text-align: left;
}

select {
  margin-right: 10px;
}

legend {
  font-weight: bold;
  background: #ddddbb;
  color: #444488;
  padding: 2px 5px;
  margin-bottom: 10px;
}

fieldset {
  background: #eeddcc;
  font-size: smaller;
}

fieldset > div {
  margin: 1em 1em;
}

button {
  display: block;
  margin: 0.8em;
  background: #aaddff;
  color: maroon;
  border: outset 5px #bbeeff;
}

textarea {
  vertical-align: top;
}

label > * {
  margin-left: 8px;
}

.line {
  margin: 8px 0;
}

.block {
  display: block;
  width: 400px;
  margin: 6px 0;
}

.name {
  font-weight: bold;
  font-size: larger;
}


/* typical is used to produce a centered table with borders */
table.typical {
  border-collapse: collapse;
  margin-left: auto;
  margin-right: auto;
}

table.typical th, table.typical td {
  vertical-align: middle;
  border: solid #885500;
  padding: 5px;
}

table.typical td {
  text-align: center;
}
