body {
	background: #ffffff;
	text-align: center;
	margin: 0;
	padding: 0;
	font-family: Arial, sans-serif;
	color: #000000;
	font-size: 14px;
}

div {
	text-align: left;
	height: 1%;
	padding: 10px;
}

a {
	color: #1855a0;
	text-decoration: none;
	font-weight: bold;
}

a:hover {
	text-decoration: underline;
}

#parentcontainer {
	position: relative;
	width: 792px;
	margin: 10px auto 0px auto;
	padding: 0;
	text-align: center;
}

#showlink { display: block; }

#debugarea { display: none; }