body {
	background: #FFFFFF;
	text-align: center;
	font: 80% Georgia, "Times New Roman", Times, serif;
}
#content {
	background: #FFFFFF;
	border: 3px solid #CCCCCC;
	margin: 0px auto;
	padding: 5px;
	width: auto;
}
h1 {
	font: 1.5em Georgia, "Times New Roman", Times, serif;
	color: #231F20;
}
a:link, a:visited {
	color: #FF0066;
	text-decoration: none;
	font-weight: bold;
}
a:hover, a:active{
	text-decoration: underline;
}
h2 {
	color: #E1E1D6;
	font-size: 0.9em;
	font-weight: normal;
	margin-right: auto;
	margin-left: auto;
	width: 100%;
}
DIV.outer
      {
	position: absolute;
	left: 50%;
	top: 50%;
	width: 923px;
	height: 529px;
	margin-left: -461px; /* half of width */
	margin-top: -264.5px;  /* half of height */
	text-align: center;
      }
#search {
	text-indent: -5000px;
}

