/**
 * Generic styles
 */
body
{
	background-color: #ffffff;
	color: #000000;
	margin: 0px;
	padding: 0px;
	/* center divisions in IE */
	text-align: center;
}

