/*The font-families, text-alignments and page background.
  I stopped using table and div backgrounds on this page
  because they were causing some images to display or not
  display in NN4 in kind of a random manner.
  These styles are intended for all browsers.
*/
body{
	font-family:Verdana,Geneva,Arial,Helvetica,sans-serif;
}
#logo td{
	text-align: center;
}
ul a, .bottom a{
	font-weight:bold;
}
.contest{
	text-align:center;
}
.ordinal{
	font-size : 80%;
}
#header h1{
	text-align: center;
	font-size: 130%;
	margin:.1em 0 0 0;
	padding:0;
	}
#content h2{
	text-align: center;
}
.contact{
	text-align: center;
}
.attention{
	font-weight:bold;
	color:red;
	padding:10px;
}
.reallyhidden, side-quote{
	display:none;
}
.book-it img{
	border:none;
}
.book-it{
	margin-top:1em;
}