.bigheader { 
      font-family: Times;
/*    24pt under linux */
/*      font-size: 18pt; */
      font-size: 24pt;
      color: #dddddd; 
      text-decoration: none; 
}
.text {
      font-family: Helvetica;
      color: #dddddd;
/*    5cm for linux    */
      font-size: 0.5cm;  
      text-decoration: none;
}

.quote {
      font-family: Helvetica;
      color: #dddddd;
      font-size: 18pt;  
      text-decoration: bold;
}

#eye {
      position: absolute; 
      z-index: 2; 
      top: 20;
      left: 15%;
}

#briefing {
      position: absolute; 
      z-index: 2; 
      width: 55%;
      top: 20%;
      left: 30;
}

#moon {
      position: absolute; 
      z-index: 1; 
      top: 15%;
      left: 30;
}


#links {
      position: absolute; 
      z-index: 3; 
      top: 12%;
      left: 60%;
}

#title {
      position: absolute;
      z-index: 2;
      top: 7%;
      left: 60%;
}


