/*
 * $Id: main.css,v 1.5 2003/11/03 15:20:50 brian Exp $
 * CSS selectors shared across all pages of the student directory site.
 */

/*
 * background image for the entire page.
 * tiles on both the x- and y- axes by default.
 */
body
{    background-color: #FCF0DA;
     margin: 0;
     padding: 0;
}

/*
 * blanket policy for all images. this should remove the
 * need to specify border=0 in every img tag.
 */
img
{    border: 0px;
}

body, div, layer, tbody, p {
  font-family: helvetica,arial,sans-serif;
  font-size: 12px;
  color: #1F2D58;
}

a:link
{
  color: #1F2D58;
}

a:active
{
  color: #1F2D58;
}

a:hover
{
  color: #1F2D58;
}

a:visited
{
  color: #1F2D58;
}

.footer
{
 position: absolute;
  top: 680px;
}
