﻿<?xml version="1.0"?>
<!-- ________________________________________ -->
<!--                                          -->
<!-- ZoomTek 2009 - Testdata til undervisning -->
<!-- _______ Formater med Run _______________ -->
<!-- ________________________________________ -->
<!--                                          -->

<w:wordDocument xmlns:w="http://schemas.microsoft.com/office/word/2003/wordml">
<w:body>
	<w:p>
		<w:r>
		<w:rPr>
			<w:i w:val="on"/>
			<w:b/>
		</w:rPr>
			<w:t>Simplest mulige dokument</w:t>
			<w:br/><w:br/>
			
		</w:r>
	</w:p>
</w:body>
</w:wordDocument>