html {
  color: Black;
  background: White;
}

table {
  left: -0.25em;
  position: relative;
  font-size: inherit;
}

td {
  vertical-align: top;
}

h1 {
  font-size: 2em;
  font-weight: normal;
} 

h1_nobreak {
  font-size: 2em;
  font-weight: normal;
}

h2_nobreak {
  font-weight: normal;
  text-decoration: underline;
}

a {
  text-decoration: none;
}


.container {
  position: relative;
  text-align: left;
  font-family: monospace;
  font-size: 1em;
  color: Black;
}

.section_title {
  font-size: 1.5em;
  font-weight: bold;
}

.subsection_title {
  font-size: 1em;
  text-decoration: underline;
  font-weight: bold;
}

.date_modified {
  font-size: 0.75em;
  text-align: right;
}

.indent {
  padding-left: 1em;
}

.bold {
  font-weight: bold;
}

#homework {
  left: -0.25em;
  position: relative;
  width: 60em;
  font-size: inherit;
  border-collapse: collapse;
  border: 2px solid black;
}

#homework tr {
}

#homework td, #homework th {
  vertical-align: top;
  padding: 0.75em;
  border-bottom: 1px dotted black
}

#homework th {
  text-align: left;
  font-weight: bold;
  border-bottom: 1px solid black;
}
