body {
  width: 100%;
}

div#header{
  font-weight: bold;
  padding-bottom: 8px;
}

div.user_access {
  padding-top: 40px;
  text-align: left;
}

div.user_access a {
  padding: 2px 5px;
  border: 1px solid #bbbbbb;
  background-color: #eeeeee;
  color: black;
  text-decoration: none;
}

div.box_content {
  display: none;
} 

div.current {
  display: none;
}