/* CSS Document */

.product
{color:#003366;
font-size:12px;
font-family:"Times New Roman", Times, serif;
}
A.product{
text-decoration:none;
font-size:12px;
color:#003366;
}
A.product:hover{
text-decoration:underline;
font-size:12px;
color:#003366;
}
A.product:link{
text-decoration:none;
font-size:12px;
color:#003366;
}
.white{
color:#FFFFFF;
font-size:12px;
font-family:"Times New Roman", Times, serif;
}
