/*---------------------------------*/
/*                                 */
/*        Content Layout           */
/*                                 */
/*---------------------------------*/


body {
	text-align:center;
	font-size: .7em;
}


html, body, form, fieldset, h1, h2, h3, h4, h5, h6, p, pre, blockquote, ul, ol, dl, address, abbr, input, select, textarea, table, td, th {
	font-family: Georgia, serif;
	line-height: 19px;
}


DIV.outer {
	position: absolute;
	left: 50%;
	top: 50%;
	width: 600px;
	height: 400px;
	margin-left: -300px; /* half of width */
	margin-top: -200px;  /* half of height */
	text-align:left;
}

b {
	color: #fc0;
}


