/* CSS Document */
body {
  margin:0px;
}
#all {
  position:absolute;
  top:0px;
  left:250px;
}

p {
  font-family:arial;
  font-size:0.7em;
  margin-top:5px;
  margin-bottom:5px;
}
a:link {
  font-weight:bold;
  text-decoration:none;
  color:#000000;
}
a:visited {
  font-weight:bold;
  text-decoration:none;
  color:#555555;
}
