#linkbar {
   float: left;
   border: 1px solid #000;
   margin: 1px 10px 4px 0px;
   padding: 1px 6px 2px 6px;
   background-color: #c33;
   line-height: 140%;
   font-size: 73%;
   vertical-align: middle;
}
#linkbar a {
   color: white;
   font-weight: 500;
   text-decoration: none;
}
#linkbar a:hover {
   color: #ff0;
   font-weight: 500;
   text-decoration: underline;
}
#linkbar b {
   color: #000;
   font-weight: 700;
   text-decoration: none;
}
#linkbar p {
   margin-top: 1em;
   margin-bottom: 1em;
}
.linkheading {
   color: #ff0;
   font-weight: 500;
   text-decoration: none;
}