* {
  font-family: monospace;
  background-color: black; 
  color: #BBBBBB;
  font-weight: bold;
  font-size: 18px;
}

.hide {
 display: none;
}
.cursor {
  background-image: url(/img/cursor.gif);
}

BODY {
  padding-left: 30px;
}
.prompt {
  color :#55FF55;
  background-color: inherit;  
}
#main {
  /*text-align: left;
  width: 800px;
  margin: 0 auto;*/
}
.dir   {
  color: #5555FF;
  background-color: inherit;  

}

A {
  text-decoration: none;
}
A:hover {
  background-color: inherit;  
  color: rgb(255,255,255);
}

#main-logo {
padding-right: 60px;
border: 0px;
height: 533px;
line-height: 533px;
width: 640px;
}

.center {
  text-align: center;
}

