/*  =============    basic styles    ================== */
body {
  font-family: Arial, "sans serif";
  margin-top: 2px;
  margin-left: 3px;
  color: #707070;
  background-color: white;}

p{
  margin-left: 5px;}

img{
   border: none;
   padding: 0 5px 0 0;
   float: left;}

img.gallery{
   height: 175px;
   padding: 0 30 10px 0;
   float: none;}

table{
   text-align: left;
   border-collapse: collapse
   font-family: arial, sans-serif;
   text-height:1em,}

table.catalog{
   margin-left: 40px;}

th{
   padding: 10px 0 0 0;
  color: #707070}

td{
   text-height: 1em;
   padding: 10px 20px 10px 10px;
   vertical-align: top}

td.center{
   text-align: center}

a:link {
  color: #993366;
  text-decoration: none}

a:visited {
  color: #903060;
  text-decoration: none}

a:hover{
  color: #aa00cc}

div.right{
   float:right;
   margin:0 0 15px 20px;
   padding:15px;
   text-align:left;}

div.title{
  text-height: 3em}

ul{
   list-style-type: none;
   float: right;}

hr{
  color: #707070;
  height: 0.2px;}

h1,h2,h3,h4,h5{
  margin-bottom: 0.4em}

/*  =============    copyright  styles   ================== */
div.foot{
   font-size: 0.7em;
   text-align: left;
   color: #707070;}

