/*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{
	background: white;
	font-family:Verdana,Geneva,Arial,Helvetica,sans-serif;
	color: Black;
}
#logo{
	background: white;
	color: 
}
#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;
	}
#content h2{
	text-align: center;
}
.contact{
	text-align: right;
}
.attention{
	font-weight:bold;
	color:red;
	padding:10px;
}
/*.reallyhidden{
	display:none;
}*/