* {
  font-size: 11px;
  font-family: verdana, geneva, arial;
}

body {
  margin: 0px 15px 15px 15px;
  padding: 0;
  color: #000000
}

.hr {
  border-top: 1px solid #000000;
}

.shoplink {
  text-align: center;
  text-transform: uppercase;
  font-weight: bold;
  padding: 20px;
}

.shoplink * {
  border: 2px solid #002683;
  padding: 10px;
}

.left {
  float: left;
  width: 70%;
  display: inline;
  padding: 0;
}

.right {
  float: right;
  background-color: #EEEEEE;
  padding: 5px;
}

a {
  color: navy;
  text-decoration: none;
}

a:hover {
  color: red;
  text-decoration: underline;
}

h1 {
  font-size: 15px;
  border-bottom: 1px solid #002683;
}

ul.links {
  list-style: square;
  text-transform: capitalize;
}

table.sitemap {
  border: 1px solid #002683;
  background-color: #E7F1FF;
  border-collapse: collapse;
}

table.sitemap td {
  width: 200px;
  vertical-align: top;
  padding-bottom: 20px;
}

table.sitemap th {
  background-color: #6C93C9;
  padding: 2px;
  border: 1px solid #002683;
  color: #FFFFFF;
}

table.sitemap ul {
  margin: 0 0 0 25px;
  padding: 0;
  list-style-type: square;
  text-transform: capitalize;
}
