a {
  color: #FFF;
  font-weight: bold;
  text-decoration: none;
}
.box {
  display: none;
  background: url(boxBg.png) repeat top center;
  color: #CCC;
  font-size: 10px;
  width: 200px;
  position: absolute;
  bottom: 60px;
  right: 10px;
  text-align: right;
  padding: 15px;
  -moz-box-shadow:0px 0px 1px #333;
  -webkit-box-shadow:0px 0px 1px #333;
  box-shadow:0px 0px 1px #333;
  z-index: 10000;
  line-height: 14px;
}

#philBox {
  width: 400px;
}

div#wrapper {
  position: relative;
  width: 1000px;
  height: 666px;
}
div#menu {
  width: 75px;
  height: 50px;
  position: absolute;
  bottom: 0;
  right: -10px;
  z-index: 10000;
  cursor: pointer;
}
.bold {
  font-weight: bold;
}
.linked {
  color: #FFF;
  cursor: pointer;
}
#closer {
  width: 20px;
  height: 20px;
  background: url(close.png) no-repeat top center; 
  cursor: pointer;
  position: absolute;
  top: -10px;
  right: -10px;
}

.redBold { font-weight: bold; color: #FF0000; }

