html {
    height: 100%;
}


body {
  background-color: #000000;
  margin:0;
  padding:0;
  font: small "Trebuchet MS",Trebuchet,Verdana,Sans-Serif;
  text-align:left;
  color: #C0C0C0;
  height: 100%;
}
a:link {
  color:#67a;
  text-decoration:none;
}
a:visited {
  color:#a7a;
  text-decoration:none;
}
a:hover {
  color:#ad9;
  text-decoration:underline;
}
a img {
  border-width:0;
  }


#header {
    background-color: #222222;
    border-bottom: 1px solid #A0D090;
}

#menu {
    background-color: #222222;
    border-bottom: 1px solid #A0D090;
    color: #C0C0C0;
}

#footer {
    background-color: #222222;
    text-align: center;
    border-top: 1px solid #A0D090;
    border-bottom: 1px solid #A0D090;
/*    position: absolute;
    bottom: 0;
    left: 0px;*/
/*    width: 100%;*/
    padding: 4px;
}

#content {
    padding: 10px;
}

h1.title {
    padding: 4px;
    color: #A0D090;
    margin: 0px;
}


h1,
h2,
h3 {
    text-align: left;
}

h3 {
    color: #A0D090;
}
