<table>
				<title>Sample Table</title>
				<tgroup cols="2">
					<colspec colname="aaaa" colwidth="15" colnum="1"></colspec>
					<thead>
						<row>
							<entry>TCP/IP Layer</entry>
							<entry>Description</entry>
						</row>
					</thead>
					<tbody>
						<row>
							<entry>Application</entry>
							<entry>
								
									<ul>
										<li>
											Consists of user-accessed application programs and network services
										</li>
										<li>
											Defines the application specific format
										</li>
									</ul>
								
							</entry>
						</row>
						<row>
							<entry>Transport</entry>
							<entry>
								
									<ul>
										<li>
											Provides end-to-end message transfer capabilities (reliable and unreliable)
										</li>
										<li>
											Manages communication between cooperating applications
										</li>
									</ul>
								
							</entry>
						</row>
						<row>
							<entry>Internet</entry>
							<entry>
								
									<ul>
										<li>
											Manages data addressing and delivery between networks
										</li>
										<li>
											Fragments data for the Network Interface layer
										</li>
									</ul>
								
							</entry>
						</row>
						<row>
							<entry>Network Interface</entry>
							<entry>
								<p>
									<ul>
										<li>
											Manages the delivery of data across the physical network
										</li>
										<li>
											Provides error detection and packet framing
										</li>
									</ul>
								</p>
							</entry>
						</row>
						<row>
							<entry>c1</entry>
							<entry>Span Both</entry>
							<entry>c4</entry>
						</row>
						<row>
							<entry>d1</entry>
							<entry>d4</entry>
							<entry>d5</entry>
						</row>
					</tbody>
				</tgroup>
			</table>
