/* CSS Document */

body {  
  font-family: Verdana, Arial; 
  font-size: 100%; 
  color: #000000;
  background-color: #3399fe;
}

a { 
  color: #000033;
  font-size: 100%;
  text-decoration:underline;
} 

a:hover { 
  color: #cc3499;
  text-decoration: underline;
}

a:visited {
  color:#000099;
  text-decoration:underline;
}

.foot {
  font-size: 11px;
  font-family:Arial;
}

a.foot {
  color:#000033;
  font-size:11px;
  text-decoration:underline;
}

.foot a:hover {
  color:#0033CC;
}

td.menu {
background-image:url(images/leftspacer.jpg);
}

td.right {
background-image:url(images/rightspacer.jpg);
}

h1 {
  font-size: 22px;
  color:#CC3499;
}

h2 {
  font-size:18px;
  color:#CC3499;
  }
  
td.prodnavigation {
font-size: 10px;
font-family : Verdana;
}

P.prodnavigation {
font-size: 10px;
font-family : Verdana;
}

td.catnavigation {
font-size: 10px;
font-family : Verdana;
text-align:left;
}

P.catnavigation {
font-size: 10px;
font-family : Verdana;
text-align:left;
}

div.prodname a {
font-size: 12px;
}