a:link {color: white;}
a:visited {color: white;}
a:active {color: white;}
body {
  margin: 0px;
  padding: 0px;
  color: rgb(240,240,240);
  background-color: rgb(180,56,56);
  font-family: helvetica, arial;
}
div.copyright {
  bottom:5px;
  left:5px;
  width:200px;
  position:fixed;
  font-size:10px;
  z-index:10;
  opacity: .6;
  filter: alpha(opacity=60);
}