body {
  background-image: url("background.jpg");
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
}
header {
  height: 200px;
  line-height: 200px;
  text-align: center;
  /*background:#FFAAAA;*/
  color: darkblue;
  font-weight: bold;
  font-size: 36px;
  font-family: Lucida;
}
aside {
  width: 25%;
  background: #aaaaff;
  height: 100%;
  float: left;
  color: #aa4400;
  overflow: auto;
}
aside a {
  text-decoration: none;
}
section {
  width: 25%;
  background: #ffffaa;
  height: 100%;
  float: right;
  color: purple;
  text-align: center;
  overflow: auto;
}
.main1 {
  background: black;
  color: darkgray;
  border-color: white;
  width: 50%;
  height: 100%;
  overflow: auto;
  font-family: Verdana;
}
.main1 a {
  color: lightgreen;
}
.main2 {
  background: black;
  color: lightgreen;
  border-color: lightgreen;
  width: 50%;
  height: 100%;
  overflow: auto;
}
.main2 a {
  color: #00ffff;
}
.main3 {
  background: #eeeeee;
  color: #333333;
  border-color: black;
  width: 50%;
  height: 100%;
  overflow: auto;
  font-family: Arial;
}
.main3 a {
  color: #00aaaa;
}
.main1 table {
  color: white;
}
.main2 table {
  color: lightgreen;
}
.main3 table {
  color: black;
}
table {
  font-style: italic;
}
table,
td,
tr,th {
  border-style: solid;
  border-collapse: collapse;
  border-width: 1px;
}
.link1 {
  text-decoration: none;
  background: linear-gradient(to right, #111111, #333333);
  height: 30px;
  width: 100%;
  color: #ff3300;
  line-height: 30px;
  text-indent: 10px;
  font-family: Verdana;
  text-indent: 5px;
}
.popup {
  display: none;
  background: black;
  font-size: 14px;
  line-height: 18px;
  color: white;
  opacity: 0.75;
  position: absolute;
  left: 25%;
  border-width: 7px;
  border-style: solid;
  border-color: black;
  max-width: 200px;
  text-indent: 0px;
}
.popup::before {
  content: " ";
}
.link1:hover {
  background: darkGray;
  color: black;
}
.link1:hover .popup {
  display: block;
}
.link2 {
  background: linear-gradient(to right, #333333, #111111);
  color: #ff3300;
}
footer {
  width: 100%;
  height: 50px;
  /*background: #AAFFAA;*/
  text-align: center;
  color: #007777;
  line-height: 50px;
}
.code {
  display: block;
  font-family: monospace;
  white-space: pre;
  margin-top: 0.5em;
  margin-bottom: 0.5em;
  margin-right: 0em;
  margin-left: 0em;
  color: lightGreen;
  background-color: #222222;
  overflow: scroll;
  padding: 3px;
}
.quotation {
  margin-top: 5px;
  margin-bottom: 5px;
  display: block;
  font-family: Times;
  padding-left: 10px;
  padding-right: 10px;
  padding-bottom: 5px;
  padding-top: 5px;
  background: #ffffdd;
  color: black;
}
.quotation a {
  color: #003333;
}
#markov {
  color: white;
}
.centeredImage {
  display: block;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}
/* Generated by VIM: */
.Type {
  color: #bdb76b;
  font-weight: bold;
}
.Statement {
  color: #f0e68c;
  font-weight: bold;
}
.PreProc {
  color: #cd5c5c;
}
.Constant {
  color: #ffa0a0;
}
.Special {
  color: #ffdead;
}
#CProgram {
  color: #ffffff;
}
#huffman_code {
  color: #ffffff;
}
.Comment {
  color: #87ceeb;
}
#markov .Statement {
  color: #f0e68c;
  font-weight: bold;
}
#markov .Comment {
  color: #87ceeb;
}
#markov .Constant {
  color: #ffa0a0;
}
#markov .Identifier {
  color: #98fb98;
}
#huffman_in_JavaScript {
  color: #ffffff;
}
#huffman_in_JavaScript .Statement {
  color: #f0e68c;
  font-weight: bold;
}
#huffman_in_JavaScript .Comment {
  color: #87ceeb;
}
#huffman_in_JavaScript .Constant {
  color: #ffa0a0;
}
#huffman_in_JavaScript .Identifier {
  color: #98fb98;
}
#entropy_in_octave {
  color: white;
}
#entropy_in_octave .Statement {
  color: #f0e68c;
  font-weight: bold;
}
#entropy_in_octave .Special {
  color: #ffdead;
}
#entropy_in_octave .Comment {
  color: #87ceeb;
}
#entropy_in_octave .Constant {
  color: #ffa0a0;
}
#entropy_in_octave .Identifier {
  color: #98fb98;
}
#entropy_in_matlab {
  color: white;
}
#entropy_in_matlab .Statement {
  color: #f0e68c;
  font-weight: bold;
}
#entropy_in_matlab .Special {
  color: #ffdead;
}
#entropy_in_matlab .Comment {
  color: #87ceeb;
}
#entropy_in_matlab .Constant {
  color: #ffa0a0;
}
#entropy_in_matlab .Identifier {
  color: #98fb98;
}
