* {
  font-family: helvetica, arial, sans-serif;
  padding: 0;
  margin: 0; 
  text-decoration: none;
}

BODY { 
}

.homepage { 
  background: #ccc;
  background-position: center;
}

H1,
H1 A {
  font-size: 18pt; 
  color: #eee;
  font-weight: normal;
  margin-top: 25px;
  margin-bottom: -5px;
}

H2 { 
  font-size: 14pt; 
  color: #fff;
  font-weight: normal;
  text-align: right;
 }

H2:hover {
  color: #f00;
}

H3 { 
  font-size: 10pt; 
  color: #fff;
  font-weight: normal;
  text-align: right;
 }

A { 
  color: #fff;
}

A:link { 
  text-decoration: none;
}

A:link img { 
  border-style: none;
}

A:visited { 
  text-decoration: none;
}

A:visited img { 
  border-style: none;
}

A.smallnav {
  color: #f00;
}

A.smallnav:hover {
  color: #03c;
}

A:hover {
  color: #f00;
}

P { 
  font-size: 11pt;  
  color: #000; 
  font-weight: normal; 
  line-height: 1.3;
  margin: 13px 0px 13px 0px;
}

.body {
  padding: 0px 25px 0px 0px;
}

.number {
  font-size: 20pt;
  color: #eee;
  font-weight: bold;
  margin: 0px 10px 0px 0px;
  z-index:2;
}

.quote {
  font-size: 13pt;
  font-style: normal;
  color: #fff;
  margin: 0px 0px 0px 25px;
  position: relative;
  bottom: 25px;
  z-index:2;
}

.infoquote {
  font-size: 13pt;
  font-style: normal;
  color: #fff;
  padding: 0px 25px 0px 0px;
  margin: 10px 0px 10px 0px;
  z-index:2;
}

.source {
  font-size: 10pt;
  font-style: normal;
  color: #fff;
  padding: 0px 25px 0px 0px;
  z-index:2;
}

.creditredblue {
  font-size: 10pt;
  font-style: normal;
  color: #999;
  text-align: right;
}

.creditpearl {
  font-size: 10pt;
  font-style: normal;
  color: #999;
  text-align: right;
  position: relative;
  left: 7500px;
}

.creditreichstag {
  font-size: 10pt;
  font-style: normal;
  color: #999;
  text-align: right;
}

.creditrwanda {
  font-size: 10pt;
  font-style: normal;
  color: #999;
  text-align: right;
  position: relative;
  left: 10300px;
}

DIV { 

}

.center {
  margin-top: 25px;
  margin-left: 15%;
  margin-right: 15%; 
}

.box {
  background: #666;
  padding: 10px 0px 5px 180px;
  position: relative;
  margin: 10px 0px 10px 0px;
  z-index:1;
}

.boxred {
  background: #666;
  padding: 10px 0px 5px 10px;
  position: relative;
  margin: 10px 0px 10px 0px;
  z-index:1;
}

.boxredder {
  background: #666;
  z-index:1;
}

.boxblue {
  background: #666;
  padding: 10px 0px 5px 10px;
  position: relative;
  margin: 10px 0px 10px 0px;
  z-index:1;
} 

.boxyellow {
  background: #666;
  padding: 10px 0px 5px 10px;
  position: relative;
  margin: 10px 0px 10px 0px;
  z-index:1;
}

.boxgreen {
  background: #666;
  padding: 10px 0px 5px 10px;
  position: relative;
  margin: 10px 0px 10px 0px;
  z-index:1;
}

.boxred:hover {
  background: #f00;
}

.boxblue:hover {
  background: #03c;
}

.boxyellow:hover {
  background: #fc0;
}

.boxgreen:hover {
  background: #390;
}

.pearlharbor {
  width: 1845px;
}

IMG {
  text-decoration: none;
  z-index: 2;
}

.big {
  float: left;
  margin: 0px 15px 15px 10px;
  padding: 5px;
  position: absolute;
  left: 0px;
}

.bigred {
  float: left;
  margin: 0px 15px 15px 10px;
  padding: 5px;
  position: absolute;
  left: 0px;
}

.bigblue {
  float: left;
  margin: 0px 15px 15px 10px;
  padding: 5px;
  position: absolute;
  left: 0px;
}

.bigyellow {
  float: left;
  margin: 0px 15px 15px 10px;
  padding: 5px;
  position: absolute;
  left: 0px;
}

.biggreen {
  float: left;
  margin: 0px 15px 15px 10px;
  padding: 5px;
  position: absolute;
  left: 0px;
}

.big:hover {
  background: #f00;
}

.bigred:hover {
  background: #f00;
}

.bigblue:hover {
  background: #03c;
}

.bigyellow:hover {
  background: #fc0;
}

.biggreen:hover {
  background: #390;
}