header {
  color: white;
  background-color: #008060;
}

a.aScientist {
  color: #008060;
}

a.aScientistX {
  color: #008060;
  hyphens: none;
}

span.aScientist {
  color: #008060;
}

span.aScientistDeprecated {
  color: #006030;
}

@media only screen and (orientation: portrait) {

  img.aScientist {
    width: 92;
    height: 92;
    float: left;
    border: 2px solid #008060;
  }

}

@media only screen and (orientation: landscape) {

  img.aScientist {
    width: 100;
    height: 100;
    float: left;
    border: 2px solid #008060;
  }

}
