html {
  margin: 0px;
  padding: 0px;
}

body {
  background-color: #000000;
  color: #00B400;
  margin-left: 0px;
  margin-right: 0px;
  margin-top: 0px;
  margin-bottom: 0px;
  border: none;
  padding: 0px 0px 0px 0px;
  font-family: terminal, Courier, monospace;
  font-size: 18px;
  /* text-align:center; */
}

h1 {
  color: #00B400;
  text-align: center;
}
h1 > a:hover {color:#4DE960;}  /* mouse over link */
h1 > a:active {color:#ffffff;}  /* selected over link */

h2 {
  color: #00AA00;
  text-align: center;
}
h2 > a:hover {color:#4DE960;}  /* mouse over link */
h2 > a:active {color:#ffffff;}  /* selected over link */

h3 {
  color: #00A000;
}

h4 {
  color: #009600;
}

h5 {
  color: #008C00;
}

h6 {
  color: #008200;
}

p {
  color: #007800;
}

img {
  border: none;
}

a:link {color:#0C579F;}      /* unvisited link */
a:visited {color:#549ADE;}  /* visited link */
a:hover {color:#8AB5DE;}  /* mouse over link */
a:active {color:#ffffff;}  /* selected link */

div#container {
  text-align:left;
  width:100%;
}

div#navigation {
  position:fixed;
  width:240px;
  top:0px;
}

div#navigation ul {
  list-style-type:none;
}

div#wrapper{  
  float:left;
  width:100%
}

div#content {
  margin-left: 240px;
  margin-right: 200px;
  margin-bottom: 100px;  
}

div#content ul{
	color: #007800;
}

div#extra {
  position:fixed;
  width:200px;
  right:0px;
}

div#footer {
  background-color:#333230;
  position:fixed;
  width: 100%;
  height: 50px;
  bottom:0;
  font-size: 10px;
  font-weight:bold;
  text-align: center;
}

.xhtmlLogo {
  float: left;
  left: 0px;
}

.copyright {
  position:absolute;
  left: 89px;
  right: 89px;
}

.cssLogo {
  float: right;
  right: 0px;
}
