<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet href="http://www.w3.org/StyleSheets/TR/W3C-PR.css" type="text/css"?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head><title>Named pages inherit non-named-page prop values?</title>
<meta http-equiv="Content-Type" content="application/xhtml+xml; charset=UTF-8" />
<style type="text/css">
@page { margin: 1in; border: 2in solid blue; padding: .5in;
		@top-left-corner { content: "hello 1234567890" }
		@top-right-corner { content: "hello 1234567890" }
		@top-left { content: "top left" }
		@top-right {content: "top right" }
		@top-center {content: "center center center" }
		}

</style>
</head>
<body>
<p>
The question is, do the headers avoid the border area?
</p>

</body>
</html>

