body {
  margin: 0;
  padding: 0;
  line-height: 1.6;
  font-family: Tahoma, Helvetica, Arial, sans-serif;
}

img {
  border: 0px;
}

div#share {
  padding-top: 2em;
  text-align: center;
}

div#share p a {
  color: grey;
  text-decoration: none;
  font-size: 80%;
}

div#box {
  margin-left: 35%;
  width: 30%;
  color: white;
  text-align: center;
  background-color: #009999;
  border: 2px solid #008500;
}

div#box form {
  margin: 0;
  padding: 0;
}

div#box p {
  width: 100%;
  margin: 0;
  padding-top: 1em;
  padding-bottom: 1em;
}

h1 {
  padding: 10px;
  background-color: #008500;
  color: white;
  border-bottom: 2px solid black;
}

span#by {
  padding-left: 10px;
  font-size: 40%;
}

h1 a {
  text-decoration: none;
  color: white;
}

span#by a {
  text-decoration: none;
  color: white;
  font-weight: bold;
}

p {
  font-size: 100%;
  width: 50%;
  margin-left: 25%;
  margin-right: 25%;
}

p strong {
  font-size: 120%;
  font-family: Helvetica, Arial, sans-serif;
  font-weight: bold;
}

div#sid {
  margin-left: 25%;
  margin-right: 25;
  width: 50%;
  background: #9eee00;
  color: black;
  # border: 1px solid #008500;
}

div#sid p {
  padding-left: 10px;
  margin: 0;
  width: 100%;
  padding-right: 10px;
  font-style: italic;
}

table,thead,tbody,tr,td,th {
  padding: 0;
  margin: 0;
  border: 0;
  border-collapse: collapse;
}

table {
  width: 50%;
  margin-left: 25%;
  margin-right: 25;
  border-bottom: 2px solid #009999;
}

table thead {
  background-color: #009999;
  color: white;
}

table thead tr th {
  padding: 5px;
  border-bottom: 1px solid black;
}

blockquote {
  width: 50%;
  margin-left: 25%;
  margin-right: 25%;
  background: transparent url(quoleft.png) left top no-repeat;
}

blockquote p {
  width: 100%;
  margin: 0;
}

blockquote div {
  padding: 0 48px;
  background: transparent url(quoright.png) right bottom no-repeat;
}

td.center {
  text-align: center;
}

td.rost {
  font-size: 110%;
  font-family: Helvetica, Arial, sans-serif;
  font-weight: bold;
  text-align: center;
}

td a {
  font-size: 70%;
  # text-decoration: none;
  color: black;
}

table > tbody > tr:nth-child(even) > td {
  background: #9eee00;
  # border-bottom: 1px solid black;
}

table > tbody > tr:last-child > td:last-child {
  # border-bottom: 1px solid black;
}

form {
  margin-left: 25%;
}

form select {
  margin-left: 2em;
}

div#footer {
  margin-top: 5em;
  border-top: 1px solid grey;
  font-size: 80%;
  text-align: center;
  margin-left: 25%;
  width: 50%;
}


