<!--

body {
  background-color: #FFFFFF;
  background-image: url(images/sidebar.gif);
  foreground: #000000;
  font-family: Verdana, sans-serif;
  margin: 0px;
}

h2,h3 {
  padding-top: 20px;
  line-height: 0.3;
  }

A {
   color: #FFFF00;
   background: transparent;
   }
   
A:link {
   color: #FF0000;
   background: transparent;
   text-decoration: none;
   }
   
A:visited {
   color: #CC3300;
   background: transparent;
   text-decoration: none;
   }
   
A:active {
   color: #FF3300;
   background: transparent;
   }
   
A:hover {
   color: #0000FF;
   background: #FFFFFF;
   text-decoration: underline;
   }

.content {
  padding: 10px;
  }
  
.topbar {
  background-image: url(images/bottomline.gif);
  background-repeat: repeat-x;
  background-position: bottom left;
  height: 100px;
  vertical-align: top;
  }
  
.tagline {
  text-align: left;
  text-indent: 10%;
  font-weight: bold;
  }
  
.search {
  margin-left: 15px;
  }
  
.navcurrent {
  background-image: url(images/arrow.gif);
  background-repeat: no-repeat;
  background-position: right;
  color: #333333;
  font-weight: bold;
  font-size: 80%;
  text-indent: 15px;
  }

.navitem {
  color: #FF0000;
  background: transparent;
  text-indent: 25px;
  font-size: 80%;
  }

.navheading {
  color: #0000FF;
  background: transparent;
  font-weight: bold;
  font-size: 80%;
  text-indent: 10px;
  }

.siteitem {
  padding-left: 25px;
  }

.siteheading {
  padding-top: 20px;
  font-weight: bold;
  }
  
.centred {
  text-align: center;
  }

.cardtitle {
  font-weight: bold;
  vertical-align: baseline;
  }
  
.cardinfo {
  font-size: 80%;
  vertical-align: baseline;
  }

  
.oldprice {
  color: #CC3300;
  background: transparent;
  text-decoration: line-through;
  font-size: 80%;
  vertical-align: baseline;
  }
  
.newprice {
  color: #000000;
  background: transparent;
  font-size: 80%;
  vertical-align: baseline;
  }

.copyright {
  font-size: x-small;
  text-align: left;
  }

.stratdisplay {
  font-size: 70%;
  }

.mainstrat {
  text-align: justify;
  }
-->

