@import url("highlight.css");

body {
  font-family: sans-serif;
  font-size: 12pt;
  background-color: #222222;
  color: black;
}

a:link {
  color: blue;
  text-decoration: none;
}

a:visited {
  color: blue;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

code {
  font-size: 12pt;
}

.active {
  font-weight: bold;
}

.header {
  background-color: #BBBBBB;
  color: black;
}

.footer {
  background-color: #BBBBBB;
  color: black;
  padding: 5px;
}

.content {
  background-color: #F0F0F0;
  color: black;
  padding: 20px;
}

.page {
  width: 100%;
  max-width: 900px;
  align: center;
}
