img {
  border: none;
}

.header .logo {
  float: left;
}

.header .title {
  float: left;
  font-size: 18px;
  margin: 13px 0px 0px 5px;
  padding: 0;
  color: #6e92b6;
}

.header .title img {
  vertical-align: absmiddle;
  margin-right: 10px;
}

.textcontent {
  max-width: 50em;
  width: expression(document.body.clientWidth > (800/10) * 
    parseInt(document.body.currentStyle.fontSize) ? "50em" : "auto" );
}

u {
  text-decoration: none;
  background-color: #ffb;
}