@import url(/css/remove-default-style.css);

/*
  colours
  blue:  #
  cream: #
  claret: #
*/            

small {
  font-size: 80%;
}
strong {
  font-weight: bold;
}
strong strong {
  font-weight: normal;
}
em {
  font-style: italic;
}
em em {
  font-style: normal;
}

hr {}

.clear {
  display: block;
  height: 1px;
  clear: both;
}

.jumplinks {
  display: none;
}