@CHARSET "UTF-8";
body{
background-color:black;
margin:0;
padding:0;
}
form {
position:absolute;
bottom:0;
width:99%;
}
div,form, form input{
color:rgb(0,255,0);
font-family:monospace,courier,sans-serif,sans;
font-size:14px;
font-weight:bold;
background-color:black;
line-height:17px;
max-width:500px;
}
form input{
border:0;
outline:0;
}
#screen{
bottom:17px;
position:absolute;
}
a{
border:0;
margin:0;
outline:none;
cursor:pointer;
}
a:link,a:visited{
color:rgb(0,255,0);
text-decoration:none;
}
a:hover{
color:#FFFF00;	
}
table{
}
td{
min-width:200px;
max-width:300px;
}
table,tbody,tr,td{
vertical-align:top;
border:0;
margin:0;
padding:0;
}