body {
  background-color: #ffffff;
  color: #000000;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 80%;
  font-weight: normal;
 }

#page {
  position: relative;
  width: 1000px;
  margin-left: auto;
  margin-right: auto;
 }

#column-1 {
  float: left; 
  width: 490px; 
  height: 100%;
  padding-left: 4px;
  padding-right: 4px;
}

#column-1-longer {
  border-right: 1px solid;
  border-color: #00aa88;
  float: left; 
  width: 490px; 
  height: 100%;
  padding-left: 4px;
  padding-right: 4px;
}

#column-2 {
  float: right; 
  width: 490px; 
  height: 100%;
  padding-left: 4px;
  padding-right: 4px;
}

#column-2-longer {
  border-left: 1px solid;
  border-color: #00aa88;
  float: right; 
  width: 490px; 
  height: 100%;
  padding-left: 4px;
  padding-right: 4px;
}

#copyright {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  font-size: 85%;
  padding-bottom: 10px;
}

img {
  border: 0;
}

.label {
  font-size: small;
 }

.size-0 {
  font-size: 0pt;
 }

.text {
  font-size: normal;
 }

.justified-text {
  text-align: justify;
  font-size: normal;
 }

.attribution {
   white-space: nowrap;
 }

.cj {
   text-align: center;
 }

