﻿a.t:link, a.t:visited
{
   color: black;	
   text-decoration: none;   
}
a.t:hover
{
   color: White;
   background-color: Black;
   border-right-style: solid;
   border-right-color: Gray;
   border-right-width: 2px;
   border-left-style: solid;
   border-left-color: Gray;
   border-left-width: 2px;
   text-decoration: none;
}
a.cartitem:link, a.cartitem:visited
{
   color: black;	
   text-decoration: none;   
   font-weight: bold;
   font-size: 8pt;
   font-family: Tahoma;
}
a.cartitem:hover
{
   color: #ff3300;
   text-decoration: none;
   font-weight: bold;
   font-size: 8pt;
   font-family: Tahoma;
}
a.itemname:link, a.itemname:visited
{
   font-family: Tahoma;	
   font-size: 8pt;
   font-weight: bold;
   color: black;	
   text-decoration: none;   
}
a.itemname:hover
{	
   font-family: Tahoma;
   font-size: 8pt;
   font-weight: bold;
   color: #009933;
   text-decoration: none;
}
a.footerlink:link, a.footerlink:visited
{
   font-family: Tahoma;	
   font-size: 8pt;
   font-weight: bold;
   color: black;	
   text-decoration: none;   
}
a.footerlink:hover
{	
   font-family: Tahoma;
   font-size: 8pt;
   font-weight: bold;
   color: #009933;
   text-decoration: none;
}