.bold {
  font-weight: bold;
}

.underline {
  text-decoration: underline;
}

.italic {
  font-style: italic;
}

.strikeout {
  text-decoration: line-through;
}

abbr, acronym, dfn {
  cursor: help;
  border-bottom: 1px dotted #fff;
/*  color: #387d96;*/
  font-style: normal;
}

.indent_container {
  margin: .1em .5em;
}

.indent_block {
  border: 1px solid #000;
  padding: .1em;
  margin-bottom: .3em;
  background: #fff;
  color: #000;
}

.aim_local {
  font-weight: bold;
  color: #16569e;
}

.aim_remote {
  font-weight: bold;
  color: #a82f2f;
}

.code_linenum {
  background: #e7f0f2;
  font-family: monospace;
  padding: 0 1px;
}

.code_content {
  font: 1.1em monospace;
}

.code_table {
  border-collapse: collapse;
}
