#LayoutAdminBar {
  background: LightGoldenRodYellow;
  border: 1px solid gray;
  font-family: Arial, sans-serif;
  font-size: 10pt;
  margin-bottom: 2px;
}
#LayoutAdminBar a:link {
  color: gray;
  text-decoration: none;
  font-weight: bold;
}

#LayoutAdminBar a:visited {
  text-decoration: none;
  font-weight: bold;
}

#LayoutAdminBar a:hover {
  text-decoration: none;
  font-weight: bold;
}
