
body {
  background-color: #45434e;
  color: #DDD;
}

h1,h2,h3 {
  text-align: center;
}

a {
  color: #DDD;
  text-decoration: none;
}

table {
  width: 100%;
}

td {
  vertical-align: top;
}

.header {
  background-color: #4d4872;
  color: #DDD;
  border-spacing: 0;
}

.content {
  font-size: 22px;
  line-height: 1.5;
  border-spacing: 10px;
}

.menu {
  text-align: center;
  width: 100%;
  border: 2px solid;
  border-color: #524f6e;
  background-color: #524f6e;
}

.menu_button:hover {
  background-color: #605d7f;
  color: #DDD;
}

.menu_button_active {
  background-color: #494661;
  color: #DDD;
}

.menu_button_active:hover {
  background-color: #413e56;
  color: %[opt:clr:button_active_hover_text];
}

.article_summary {
  border: 2px solid;
  border-color: #302f36;
  background-color: #393740;
  color: #999;
  margin: 3px;
}

.article_title {
  color: #DDD;
}

.article_time {
  font-size: 15px;
  vertical-align: bottom;
  text-align: right;
  color: %[opt:clr:article_summary_time];
}

.contact {
  font-size: 15px;
  vertical-align: bottom;
  text-align: center;
  color: %[opt:clr:contact];
}