<?xml version="1.0"?>
<countries>
  <country flag="flags/france.gif">
    <name>France</name>
    <capital>Paris</capital>
    <population>63</population> <!-- million -->
    <exports>490</exports> <!-- billion $ -->
    <imports>529</imports> <!-- billion $ -->

    <continent>Europe</continent>

    <location>Western Europe, bordering the Bay of Biscay and English Channel,
    between Belgium and Spain, southeast of the UK; bordering the
    Mediterranean Sea, between Italy and Spain.</location>

  </country>

  <country flag="flags/uk.gif">
    <name>United Kingdom</name>
    <capital>London</capital>
    <population>60</population>
    <exports>468</exports>
    <imports>603</imports>

    <continent>Europe</continent>

    <location>Western Europe, islands including the northern one-sixth of the
    island of Ireland between the North Atlantic Ocean and the North Sea,
    northwest of France.</location>

  </country>

  <country flag="flags/us.gif">
    <name>United States</name>
    <capital>Washington, DC</capital>
    <population>301</population>
    <exports>1024</exports>
    <imports>1869</imports>

    <continent>America</continent>

    <location> North America, bordering both the North Atlantic Ocean and the
    North Pacific Ocean, between Canada and Mexico.</location>

  </country>

  <country flag="flags/germany.gif">
    <name>Germany</name>
    <capital>Berlin</capital>
    <population>82</population>
    <exports>1133</exports>
    <imports>916</imports>

    <continent>Europe</continent>

    <location>Central Europe, bordering the Baltic Sea and the North Sea,
    between the Netherlands and Poland, south of Denmark.</location>

  </country>

  <country flag="flags/italy.gif">
    <name>Italy</name>
    <capital>Rome</capital>
    <population>58</population>
    <exports>450</exports>
    <imports>445</imports>

    <continent>Europe</continent>

    <location> Southern Europe, a peninsula extending into the central
    Mediterranean Sea, northeast of Tunisia.</location>

  </country>

  <country flag="flags/japan.gif">
    <name>Japan</name>
    <capital>Tokyo</capital>
    <population>127</population>
    <exports>590</exports>
    <imports>524</imports>

    <continent>Asia</continent>

    <location> Eastern Asia, island chain between the North Pacific Ocean and
    the Sea of Japan, east of the Korean Peninsula.</location>

  </country>

  <country flag="flags/russia.gif">
    <name>Russia</name>
    <capital>Moscow</capital>
    <population>141</population>
    <exports>317</exports>
    <imports>171</imports>

    <continent>Asia</continent>

    <location>Northern Asia (the area west of the Urals is considered part of
    Europe), bordering the Arctic Ocean, between Europe and the North Pacific
    Ocean.</location>

  </country>

  <country flag="flags/china.gif">
    <name>China</name>
    <capital>Beijing</capital>
    <population>1371</population>
    <exports>974</exports>
    <imports>777</imports>

    <continent>Asia</continent>

    <location>Eastern Asia, bordering the East China Sea, Korea Bay, Yellow
    Sea, and South China Sea, between North Korea and Vietnam.</location>

  </country>

  <country flag="flags/india.gif">
    <name>India</name>
    <capital>New Delhi</capital>
    <population>1129</population>
    <exports>112</exports>
    <imports>187</imports>

    <continent>Asia</continent>

    <location>Southern Asia, bordering the Arabian Sea and the Bay of Bengal,
    between Burma and Pakistan.</location>

  </country>

  <country flag="flags/switzerland.gif">
    <name>Switzerland</name>
    <capital>Bern</capital>
    <population>7</population>
    <exports>166</exports>
    <imports>162</imports>

    <continent>Europe</continent>

    <location>Central Europe, east of France, north of Italy.</location>

  </country>

  <country flag="flags/australia.gif">
    <name>Australia</name>
    <capital>Canberra</capital>
    <population>20</population>
    <exports>117</exports>
    <imports>127</imports>

    <continent>Australia</continent>

    <location>Oceania, continent between the Indian Ocean and the South
    Pacific Ocean.</location>

  </country>

  <country flag="flags/egypt.gif">
    <name>Egypt</name>
    <capital>Cairo</capital>
    <population>80</population>
    <exports>24</exports>
    <imports>35</imports>

    <continent>Africa</continent>

    <location>Northern Africa, bordering the Mediterranean Sea, between Libya
    and the Gaza Strip, and the Red Sea north of Sudan, and includes the Asian
    Sinai Peninsula.</location>

  </country>

  <country flag="flags/southafrica.gif">
    <name>South Africa</name>
    <capital>Pretoria</capital>
    <population>43</population>
    <exports>59</exports>
    <imports>61</imports>

    <continent>Africa</continent>

    <location> Southern Africa, at the southern tip of the continent of
    Africa.</location>

  </country>

  <country flag="flags/argentina.gif">
    <name>Argentina</name>
    <capital>Buenos Aires</capital>
    <population>40</population>
    <exports>46</exports>
    <imports>31</imports>

    <continent>America</continent>

    <location>Southern South America, bordering the South Atlantic Ocean,
    between Chile and Uruguay.</location>

  </country>

  <country flag="flags/czech.gif">
    <name>Czech Republic</name>
    <capital>Prague</capital>
    <population>10</population>
    <exports>89</exports>
    <imports>87</imports>

    <continent>Europe</continent>

    <location>Central Europe, southeast of Germany.</location>

  </country>
</countries>
