body {
  font: 70% Verdana, Helvetica, Arial, sans-serif;
  background: White;
  color: Black;
  margin: 0px;
  padding: 0;
  z-index: 1;
}

pre {
  font-size: 120%;
  padding: 1em;
  border: 1px solid #8cacbb;
  color: Black;
  background-color: #dee7ec;
}

table {
  border-collapse: collapse;
  font-size: 100%;
}

img {
  border: none;
  vertical-align: middle;
}

/*** LINKS ***/

a {
  cursor: pointer;
  text-decoration: none;
  color: #436976;
  background-color: transparent;
}

a:hover { 
  color: #406070;
}

a:visited {
  color: #436976;
}

p {
  margin: 0.3em 0em 0.3em 0em;
  text-align: justify;
  line-height: 1.5em;
}

p a {
  text-decoration: underline;
}

p img {
  border: 0;
  margin: 0;
}

ul {
  list-style-type: square;
}

li { 
  margin-left: 1em;
}

th { 
  text-align: left;
}

/*** HEADINGS ***/

h1, h2, h3, h4, h5, h6 {
  color: Black;
  clear: left;
  font: 100% Helvetica, Verdana, Arial, sans-serif;
  padding-top: 0.2em;
}

h1 {
  margin-left: 2em;
  font-size: 175%;
}

h2 {
  font-size: 140%;
}

h3 {
  font-size: 120%;
}

h4 {
  font-size: 100%;
}

h5 {
  font-size: 90%;
}

h6 {
  font-size: 80%;
}

/*** FORMS ***/

form {
  margin: 0px;
}

textarea {
  border: 1px solid #8cacbb;  
  color: Black;
  background-color: #f9f9f9;
  padding: 0.1em;
}

input {
  background-color: #f9f9f9;
  font: 100% Verdana, Helvetica, Arial, sans-serif;
  border: 1px solid #8cacbb;  
  color: Black;
  vertical-align: middle;
  margin-bottom: 1px; /* IE bug fix */
  padding: 0.1em;
}

button {
  margin: 2px 1px;
  padding: 3px 10px;
  border: 1px solid #989849;
  text-decoration: none;
  color: #575129;
  background-color: #fffbdd;
  font-weight: bold;
  background-repeat: no-repeat;
  background-position: 3px 3px;
  cursor: default;
}

button:hover {
  color: #333;
  background-color: #ffcc00;
}

select {
  font: 100% Verdana, Helvetica, Arial, sans-serif;
  border: 1px solid #8cacbb;  
  vertical-align: top;
  background-color: #f9f9f9;
}

input[type=password]:focus,
input[type=text]:focus {
  border: 1px solid black !important;
  background-color: white !important;
}
textarea:focus {
  border: 1px solid black !important;
  background-color: white !important;
}
