html, body {
  background-color: #1B3345;
  color: #fff;
  font-family: Arial;
}
a {
	color:#EFD279;
}
a:hover {
	color:#DD0000;
}
.logo {
  text-align: center;
}
.menu {
  text-align: center;
}
.header {
  margin: auto;
  width: 70%;
  text-align: center;
}
.footer {
  text-align: center;
}
.post {
  margin-bottom: 1.3em;
}
.post_title {
  text-align: center;
  color: #CFD;
  font-size: 28pt;
}
.post_body {
  color: #CCCCCC;
  font-size: 18pt;
}
.alert {
  background-color: #99FF99;
  color: #000;
}
.postlink {
  font-size: 20pt;
}
.panel_title {
  font-size: 20pt;
  background-color: #95CBE9;
  color: #2C5700;
  margin-bottom: 0.5em;
}
th { border: 1px solid white; }
td { border: 1px solid gray; }