/*
 * $Id: main.css,v 1.15 2005/08/04 14:04:42 brian Exp $
 * CSS selectors shared across all pages of the student directory site.
 */
img{
 border:0;
}
BODY{
  font-family: Arial, Verdana, Helvetica, sans-serif;
  font-size: 12px;
  margin:0px;
  padding:0px;
  border:0px;
  background-color:#ffffff;
}
#iframe{
 width: 600;
 height: 430;
 border: 0;
 margin-left:100px;
}
#bannerTable{
background-image: url(images/LevLib_banner_grad.jpg);
background-repeat: repeat-x;
}