[HEADER]
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<!--
  Template made by Mesbedes. A really simple list that could be printed
-->
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<title>$$PAGETITLE$$</title>
<style type="text/css">
body
{
 color:black;
}
h1
{
 text-align:center;
 font-size:150%;
 font-weight:bold;
}
table
{
 border-collapse:collapse;
 margin:0.1em 0.1em;
 margin-bottom:0.1em;
 width:100%;
}
tr+tr
{
 border-top:1px solid black;
}
.borrowed1
{
 color:#777777;
 font-style:italic;
}
th
{
 border-bottom:2px solid black;
 margin:0;
 padding:0.1em;
 font-weight:bold;
}
td
{
 padding:0.1em 0.1em;
 font-size:60%;
}
#legend
{
 margin:1em;
 border:1px solid black;
 display:inline;
 padding:0.5em;
}
#note
{
 border-top:1px solid black;
 margin:3em 8%;
 margin-bottom:2em;
 padding-top:0.5em;
 text-align:center;
 font-size:90%;
}
#note a
{
 color:black ! important;
 text-decoration:underline;
 font-weight:bold;
}
</style>
</head>
<body>
<h1>$$PAGETITLE$$</h1>
<table>
<tr>  
 <th>$$name_LABEL$$</th>
 <th>$$country_LABEL$$</th>
 <th>$$mint_LABEL$$</th>
 <th>$$metal_LABEL$$</th>
 <th>$$condition_LABEL$$</th>
 <th>$$number1_LABEL$$</th>
 <th>$$estimate1_LABEL$$</th>
</tr>
[/HEADER]
[ITEM]
<tr class="borrowed$$borrower_FLAG$$">
 <td>$$name$$</td>
 <td>$$country$$</td>
 <td>$$mint$$</td>
 <td>$$metal$$</td> 
 <td>$$condition$$</td>
 <td>$$number1$$</td> 
 <td>$$estimate1$$</td> 
</tr>
[/ITEM]
[FOOTER]
</table>
<p id="note">$$GENERATOR_NOTE$$</p>
</body>
</html>
[/FOOTER]
[POST]
[/POST]

