1 <Window xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
2 xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
4 <FlowDocumentScrollViewer>
6 <Table CellSpacing="5">
16 <TableCell ColumnSpan="4">
17 <Paragraph FontSize="24pt" FontWeight="Bold">Planetary Information</Paragraph>
22 <Paragraph FontSize="14pt" FontWeight="Bold">Planet</Paragraph>
25 <Paragraph FontSize="14pt" FontWeight="Bold">Distance from Sun</Paragraph>
28 <Paragraph FontSize="14pt" FontWeight="Bold">Diameter</Paragraph>
31 <Paragraph FontSize="14pt" FontWeight="Bold">Mass</Paragraph>
36 <TableCell ColumnSpan="4">
37 <Paragraph FontSize="14pt" FontWeight="Bold">The Inner Planets</Paragraph>
62 <TableRow Background="LightGray">
106 <TableRow Background="LightGray">
129 <TableCell ColumnSpan="4">
130 <Paragraph FontSize="14pt" FontWeight="Bold">The Outer Planets</Paragraph>
155 <TableRow Background="LightGray">
199 <TableRow Background="LightGray">
223 <TableCell ColumnSpan="4">
224 <Paragraph FontSize="10pt" FontStyle="Italic">
225 Information from the <Hyperlink
226 NavigateUri="http://encarta.msn.com/encnet/refpages/artcenter.aspx">Encarta</Hyperlink> web site.
233 </FlowDocumentScrollViewer>