/* Cart Addiction Style Sheet */

A:link {
text-decoration:none;
color: blue;
}
A:hover {
color: blue;
}
A:visited {
color: blue;
}
A:active {
color: blue;
}
td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}

/* EOF */
