* {
  margin: 0;
  padding: 0;
  text-decoration: none;
  border: none;
  list-style: none; }

body {
  width: 100%;
  height: 100%; }

.bold {
  font-weight: bold; }

.nonbold {
  font-weight: normal; }

.center {
  text-align: center; }

.left {
  text-align: left; }

.right {
  text-align: right; }

.justify {
  text-align: justify; }

.floatleft {
  float: left; }

.floatright {
  float: right; }

.floatnone {
  float: none; }

.clear {
  clear: both; }

.invisible {
  display: none; }

.inline {
  display: inline; }

.block {
  display: block; }

.inlineblock {
  display: inline-block; }

.smaller {
  font-size: smaller; }

.underline {
  text-decoration: underline; }

.special_link {
  margin: 0;
  padding: 0 1px 0 3px; }

/*# sourceMappingURL=default.css.map */
