
body {
	font-family: sans-serif;
  background: #252d33;
}

div#sidebar, div#content {
  background: #637687;
  padding: 0.5em;
  border: thin #c3d1de solid;
}

div#sidebar {
  float: left;
}

div#content {
  margin-left: 200;
  width: 800;
}

div#copy {
  color: #252d33;
  font-style: italic;
  font-size: smaller;
  text-align: right;
}

a {
  color: #c3d1de;
}

code {
  margin-left: 5%;
  margin-right: 5%;
}

li.finished {
  text-decoration: line-through;
  color: #252d33;
}

div.figure {
  text-align: center;
  margin: 0.5em;
  padding: 0.5em;
  border: thin #c3d1de solid;
}

div.figure p {
  text-align: center;
  margin: 12px 12px 12px 12px;
}

div.figure img {
  border: #252d33 solid;
}

p.caption a:link {
  text-decoration: none;
}

p.caption a:hover {
  text-decoration: underline;
}
