@charset iso-8859-1
  :link { color: blue; }  /* for unvisited links */
  :visited { color: purple; } /* for visited links */
  :active { color: blue; } /* when link is clicked */
  :hover { color: teal; } /* when mouse is over link */

body { color: black; 
	   background: url(/images/newentrance.jpg);
	   background-attachment: fixed;
}
a {
   	text-decoration : none;
}
P.main {
	font-family : Arial;
	font-size : 15pt;
	font-weight : bold;
}
.menu {
	font-family : Arial Narrow;
	font-size : 10pt;
	vertical-align: top;
}
.mainbody {
	vertical-align: top;
}
.hcell {
	font-weight : bold;
	text-align: center;
	text-decoration: underline;
}
.cell {
	text-align: center;
}
