<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
    "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="content-type" content="text/html; charset=iso-8859-1" />
<title>Buttons</title>
<link rel="stylesheet" type="text/css" media="screen" href="buttons.css" />
</head>
<body>
<table cellpadding="5" cellspacing="0" width="100%">
<tr>
<th class="city"><a href="openingpage.html" target="photos">City Tour</a></th>
<th class="market"><a href="empty.html" target="photos">Market</a></th>
<th class="arch"><a href="empty.html" target="photos">Architecture</a></th>
<th class="sports"><a href="empty.html" target="photos">Sports</a></th>
<th class="nation"><a href="empty.html" target="photos">Nationalism</a></th>
<th class="lang"><a href="empty.html" target="photos">Language</a></th>
</tr>
</table>
</body>
</html>