.articleDiv {
  font-family: "arial", sans-serif;
  width: 340px;
  margin-left:auto;
  margin-right:auto;
}

.articleMsg {
  width: 340px;
  min-height: 250px;
  font-size:12px;
  font-style: italic;
  padding: 2px;
}

.articleMsg .sig {
  font-weight: bold;
  font-style: normal;
  font-size:13px;
}

.articleNav {
  width:250px;
  margin-left:45px; /* (width of article - 250) / 2 */
}

.articleDiv #pausestat {
  visibility: hidden;
  }

.articleDiv:hover #pausestat { 
  visibility : visible; 
}
