/* RESET ALL STYLING */
* {
  margin:0em;
  padding:0em;
  font-family:courier;
  font-weight:normal;
  line-height:14px;
  font-size:12px;
  color:lime;
  }

/* REBUILD STYLES */
body {
  padding-bottom:20px;
  background:black;
  }

h1 , h2 , h3 , h4 , h5 , h6 {
  font-weight:normal;
  font-size:11px;
}

#oc {
  position:relative;
  }

#ic {
  position:fixed;
  bottom:10px;
  left:10px;
  }

#fc .copyright {
  position:fixed;
  bottom:10px;
  right:10px;
  text-align:right;
  display:block;
  }

a:link {
  text-decoration:underline;
  color:lime;
  }

a:visited {
  text-decoration:underline;
  color:blue;
  }

a:hover , a:active {
  text-decoration:underline;
  color:lime;
  }
