BODY {
  background-color: #ffffff;
}

A { 
  color: #646464;
  text-decoration: none; 
}

A:hover { 
  color: #FF9999;
  text-decoration: underline; 
}

V { 
  color: #800080; 
  text-decoration: none; 
}

TABLE.infoBox {
  background-color: #ffffff;
  border-color : #496bbc;
  border-style : solid;
  border-width : 1px;
}

TABLE.products {
  background-color: #ffffff;
  border-color : #B7B7B7;
  border-style : solid;
  border-width : 1px;
}

TD.products {
  font-family : Verdana, Arial, sans-serif;
  font-size : 10px;
  line-height : 1.5;
  border-bottom:1px solid #B7B7B7;
}

TD.main {
  font-family : Verdana, Arial, sans-serif;
  font-size : 12px;
  line-height : 1.5;
  border-color : #B7B7B7;
  border-style : solid;
  border-width : 1px;
}

TABLE.header, Table.footer {
  font-family: Verdana, Arial, sans-serif;
  font-size: 9px;
  font-weight: bold;
  background-color: #ffffff;
  border-color : #B7B7B7;
  border-style : solid;
  border-width : 1px;
}

TABLE.headerContents, Table.footerContents {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  font-weight: bold;
}

TABLE.shoe {
  font-family: Tahoma, Verdana, Arial, sans-serif;
  font-size: 11px;
  border: 1px;
  border-style: solid;
  border-color: #B7B7B7;
}

