@import url("ie1.css");
/* Sample Stylesheet */
body {
  color: black; 
  background-color: white; 
  font: 100% Helvetica, Arial, sans-serif;
}

/* spread main content across page */
div#content {
  left: 0; 
  top: 0; 
  margin: 0; 
  padding: 0; 
  border: 0; 
  width: auto;
  color: black; 
  background-color: white;
}

/* hide all the screen-specific stuff:
   nav bar, even the site logo */
div#navigation, div#logo {
  display: none;
}
.link1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #0033FF;
	text-decoration: none;
}
