
@import url('layout.css');
@import url('menu.css');
@import url('form.css');

div.box h3 {
  font-size:      110%;
  margin-top:      0px;
  margin-bottom:   8px;
  padding-bottom:  2px;
  border-bottom: solid 1px #333;
}

div p {
  margin-bottom: 0px;
}

div.box li {
  padding-top:    2px;
  padding-bottom: 2px;
}

div.box ul {
  margin-top:    0px;
  margin-bottom: 0px;
  margin-left:   12px;
  padding-left:  6px;
}

div.medalion {
  text-align: center;
  padding-top: 12px;
  border-top: solid 1px #333;
}

div.hide {
  display: none
}

.bp {
  font-weight: bold;
  font-style: italic;
}

.center {
  text-align: center;
}

.right {
  text-align: right;
}


