body {
  font: 16pt Helvetica, Arial, Sans-Serif;
  font-weight: 100;
  color: #1E3E53;
  background: #FFFFFF; }

#header {
  background-image: url("../images/top-gradient.png"); }

.active-tab {
  background-image: url("../images/activetab.png"); }

.active-tab a {
  color: #1E3E53;
  font-size: 70%;
  text-decoration: none; }

.active-tab a:hover {
  text-decoration: underline; }

.inactive-tab {
  background-image: url("../images/inactivetab.png"); }

.inactive-tab a {
  color: #FFFFFF;
  font-size: 70%;
  text-decoration: none; }

.inactive-tab a:hover {
  text-decoration: underline; }

#footer {
  background-image: url("../images/bottom-gradient.png");
  color: #FFFFFF;
  font-size: 70%; }

#title {
  font-size: 200%; }

#manifesto .text {
  width: 700px; }

#manifesto .value {
  font-size: 150%; }

.text {
  margin-top: 2em;
  margin-bottom: 2em; }

.addendum {
  font-size: 80%;
  margin-top: 4em; }
