body, div {
  /* yellow: ffcc00; purple: 986598; green: 66cc33; */
  background: #ffffff;
  font-family: trebuchet ms, Verdana, Arial, Helvetica, sans-serif;
  font-size: 14px;
  margin: 10 0 0 0px;
}

td {
  font-family: trebuchet ms, Verdana, Arial, Helvetica, sans-serif;
  font-size: 14px;
}

h1 {
  font-size: 18px;
  font-weight: bold;
  margin: 10 10 0 10px;
}

.highlight {
  background-color: ffcc00;
  font-weight: bold;
  border-top: thin solid #986598;
  border-bottom: thin solid #986598;
  padding: 4px;
}

.section {
  background-color: #efede2;
  border-top: thin solid #986598;
  border-bottom: thin solid #986598;
  padding: 10px;
  margin: 10 10 10 10px;
}

.clearlink {
  background-color: #efede2;
  text-align: right;
  font-size: 12px;
  margin: 0 0 0 0px;
}

.share {
  background-color: #efede2;
  text-align: right;
  margin: 0 0 0 0px;
}

.intro {
  margin: 10 10 0 10px;
}

.tagcloud {
  margin: 10 10 0 10px;
}

.submit {
  background-color: #efede2;
  text-align: right;
  margin: 5 10 5 10px;
}

.logo {
  text-align: left;
  margin: 0 10 0 10px;
}

.header {
  text-align: right;
  font-size: 12px;
  margin: 0 10 0 10px;
}

.footer {
  text-align: center;
  font-size: 12px;
  margin: 20 0 20 0px;
}

a {
  color: #986598;
}

.tab {
  cursor: pointer;
  background-color: #efede2;
  border-right: thin solid #986598;
  border-left: thin solid #986598;
  border-top: thin solid #986598;
  padding: 2px;
  color:#000;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
}

.tabsection {
  background-color: #efede2;
  border-bottom: thin solid #986598;
  border-right: thin solid #986598;
  border-left: thin solid #986598;
  padding: 5px;
  margin: 0 10 0 10px;
}

.spacetab {
  border-bottom: 1px solid #986598;
  padding: 2px;
}

.innersection {
  background-color: #efede2;
}

.loginsubmit {
  background-color: #ffffff;
  text-align: right;
  margin: 5 10 5 10px;
}

.flipbox {
  background-color: #efede2;
  font-size: 400%;
}

.activeflipbox {
  background-color: #efede2;
  font-size: 400%;
  color: #986598;
}

.example {
  background-color: #efede2;
  border: thin solid #986598;
  color:#000;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  margin: 10 10 0 10px;
  padding: 5px;
}