/******************************************************************************
 *
 * GENERAL TYPOGRAPHY AND COLORS
 *
 * This section initializes the document fonts and 
 *
 *****************************************************************************/
body {
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
  color: #444444;
  background-color: #ffffff;
  font-size: 14px;
  line-height: 1.5;
}

em {
  font-weight: normal;
  font-style: italic;
}

strong {
  font-weight: bold;
  font-style: normal;
}

code {
  font-family: monospace;
}

h1 {
  color: #000000;
  font-size: 30px;
  margin: 1.5ex 0em 1ex 0em;
  font-weight: bold;
}

h2 {
  color: #000000;
  font-size: 24px;
  margin: 1.5ex 0em 1ex 0em;
  font-weight: bold;
}

h3 {
  color: #000000;
  font-size: 18px;
  margin: 1.5ex 0em 1ex 0em;
  font-weight: bold;
}

h4 {
  color: #000000;
  font-size: 14px;
  margin: 1.5ex 0em 1ex 0em;
  font-weight: bold;
}

h5 {
  color: #000000;
  font-size: 14px;
  margin: 1.5ex 0em 1ex 0em;
  font-weight: bold;
  font-style: italic;
}

h6 {
  color: #000000;
  font-size: 14px;
  margin: 1.5ex 0em 1ex 0em;
  font-weight: bold;
  font-style: italic;
  font-weight: normal;
}

p {
  margin: 1.5ex 0em 1.5ex 0em;
}

.justify {
  text-align: justify;
}

.left-align {
  text-align: left;
}

.right-align {
  text-align: right;
}

.center {
  text-align: center;
}

a {
  color: #aa3333;
}

pre {
  padding: 10px 10px;
  margin: 2ex 0;
}

.terminal {
  background-color: #eeeeee;
}
