body {
  background-color: #222222;
  color: #000000;
  margin: 0;
  padding: 0;
  font-family: "Helvetica", "Lucida Grande", "Arial", sans-serif;
  font-size: 12px;
  line-height: 1.5;
}

a:link {
  color: #0000ff;
  text-decoration: none;
  font-style: italic;
}

a:visited {
  color: #0000ff;
  text-decoration: none;
  font-style: italic;
}

a:active {
  color: #0000ff;
  text-decoration: none;
  font-style: italic;
}

a:hover {
  color: #0000ff;
  text-decoration: underline;
  font-style: italic;
}

a.navbar:link {
  color: #000000;
  text-decoration: none;
  font-style: normal;
  /*font-size: 12px;*/
}

a.navbar:visited {
  color: #000000;
  text-decoration: none;
  font-style: normal;
  /*font-size: 12px;*/
}

a.navbar:active {
  color: #000000;
  text-decoration: none;
  font-style: normal;
  /*font-size: 12px;*/
}

a.navbar:hover {
  color: #000000;
  text-decoration: underline;
  font-style: normal;
  /*font-size: 12px;*/
}

.content {
  color: #000000;
  /*font-size: 12px;*/
}

/*table {
  color: #000000;
  font-size: 12px;
}*/

.copyright {
  color: #000000;
  font-size: 12px;
}

.sidebar_border {
	border: #000000; border-style: solid;
	border-left-width: 1px; border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px;
}

.menu {
  line-height: 1.25;
}

