#stdheader {  
  border-bottom: solid 1px black;
  margin: 0px auto 10px auto;
  width: 100%;
}

#stdheader #title {  
  font-size: x-large;
  color: black;
  font-weight: bold;
  vertical-align: bottom;
}

#stdheader #links {  
  padding-top: .50em;
  padding-right: 15px;
  font-size: small;
  text-align: right;
}
#stdheader #links a {
  text-decoration: underline;
}  
