body{
  background: black;
}
#wrap{
  width: 1000px;
  margin-left: auto;
  margin-right: auto;
  font-family: Verdana, Arial, Sans-Serif;
}

#words{
  cursor: default;
  overflow: hidden;
  font-family: courier;
  font-size: x-small;
  font-weight: bold;
  color: #0f0;
}
#stop,#start{
  text-decoration: none;
  color: #0a0;
}

#javascript:hover{
  text-decoration: underline;
}

#blood:hover{
  color: red;
}

#stop{
  float: left;
}

#start{
  float: right;
}


