h1{
  font-size : 2em;
  font-weight : bold;
  color : #0080c0;
  text-decoration : underline;
  text-align : center;
}
h2{
  font-size : 1em;
  padding-top : 3px;
  padding-left : 5px;
  padding-bottom : 3px;
  border-left-width : 3px;
  border-bottom-width : 1px;
  border-left-style : solid;
  border-bottom-style : solid;
  border-left-color : #ff8040;
  border-bottom-color : #ff8040;
}
.profile table{
  font-size : 1em;
}
.item td{
  vertical-align : top;
  text-align : right;
  font-size : 1em;
}
