body {
  margin: 0;
  padding: 0;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 14px;
  color: white;
/*  background: #f3f3f3; */
  background: darkolivegreen;
  text-align: center;
}

.corpus {
  width: 700px;
  min-height: 700px;
  margin: 20px auto;
  padding: 15px 50px;
  border: 1px solid black;
  color: midnightblue; background: white; 
/*  color: white; background: midnightblue; */
  text-align: left;
}

h1 {
  font-size: 160%;
  color: #a6ba4e;
  background: none;
  border-bottom: 4px solid #a6ba4e;
}

h2 {
    margin-top: 10px;
    font: Bold 140% 'Trebuchet MS', Tahoma, Sans-serif;
    color: #a6ba4e;
/*    padding: 5px 0 5px 25px; */
    border-bottom: 1px solid #eff0e0;
/*    background: white url(h2.png) no-repeat 3px 50%; */
    text-transform: none;
}


h3 {
    background: none;
    color: #a6ba4e;
    text-decoration: none;
}

h4 {
  font-size: 100%;
  color:  #a6ba4e;
  background: none;
}

p {
  text-align: justify;
}

ul li {
    list-style-image: url(bullet.gif);
}

img {
  border: none;
  margin: 0;
  padding: 0;
}

/* start - links */
a, a:visited {
    text-decoration: none;
    color: #2180BC;
    background: inherit;
}

a:hover {
    color: #a6ba4e;
    background: inherit;
    text-decoration: underline;
}
/* end - links */

/* start - table */
table {
    border-collapse: collapse;
    margin: 10px;
}

th strong {
    color: #fff;
}

th {
    background: #a6ba4e;
    height: 29px;
    padding-left: 12px;
    padding-right: 12px;
    color: #FFF;
    text-align: left;
    border-left: 1px solid #e3e9c6;
    border-bottom: solid 2px #FFF;
}

tr {
    height: 30px;
}

td {
    padding-left: 11px;
    padding-right: 11px;
    border-left: 1px solid #FFF;
    border-bottom: solid 1px #ffffff;
}

td.first,th.first {
    border-left: 0px;
}

tr.row-a {
    background: #F8F8F8;
    text-align: left;
}

tr.row-b {
    background: #EFEFEF;
    text-align: left;
}
/* end - table */

hr {
  background: #a6ba4e;
  border: #72953c;
}

/* form elements */
/*form {
    margin:10px; padding: 0 5px;
    border: 1px solid #f2f2f2;
    background-color: #FAFAFA;
}*/

label {
    display:block;
    font-weight:bold;
    margin:5px 0;
}

/*input {
    padding:2px;
    border:1px solid #eee;
    font: normal 1em Verdana, sans-serif;
    color:#777;
}*/

textarea {
    width:400px;
    padding:2px;
    font: normal 1em Verdana, sans-serif;
    border:1px solid #eee;
    height:100px;
    display:block;
    color:#777;
}

/*input.button {
    font: bold 12px Arial, Sans-serif;
    height: 24px;
    margin: 10px;
    padding: 2px 3px;
    color: white;
    background: #a6ba4e;
    border: none;
}*/

#title {
  font: bold 1.8em Verdana, sans-serif;
  color: black;
  background: none;
  text-align: center;
}