@import "screen.css";

body {
  margin: 0;
  padding: 0;
  font-family: calibri, tahoma, arial, sans-serif;
}

#menubar {
  display: none;
}

#sidebar {
  display: none;
}

#content {
  width: 100%;
  margin: 0;
  padding: 0;
  border: none;
}

:link, :visited, :link:hover, :visited:hover {
  text-decoration: none;
  color: #26f;
  border-bottom: none;
}

#footer {
  clear: both;
  margin-top: 2em;
  border-top: 3px solid #f0f0f0;
  text-align: center;
  color: #808080;
  /* font-family: verdana; */
  font-size: 0.8em;
}

