﻿<?xml version="1.0"?>
<!-- ________________________________________ -->
<!--                                          -->
<!-- ZoomTek 2009 - Testdata til undervisning -->
<!-- _______ Simplest mulige dokument _______ -->
<!-- ________________________________________ -->
<!--                                          -->

<w:wordDocument xmlns:w="http://schemas.microsoft.com/office/word/2003/wordml">
<w:docPr>
	<w:view w:val="print"/>
	<w:zoom w:percent="175"/>
	<w:defaultTabStop w:val="567"/>
</w:docPr>

<w:body>
	<w:p>
		<w:r>
			<w:t>Simplest mulige dokument</w:t>
		</w:r>
	</w:p>
</w:body>
</w:wordDocument>
