* {
 color: #00BF00;
 font-size: 12px;
 font-family: Courier New;
}

body {
 margin: 3px;
 padding: 0px;
 background-color: #000000;
}

a:hover {
 text-decoration: none;
}

#txt {
 position: fixed;
 bottom: 0px;
 left: -1000px;
}