@charset "utf-8";
/* CSS Document */


body,td,th {
	font-size: small;
	font-family: Verdana, Geneva, sans-serif;
	color: #FFF;	
	
}
body {
	background-image: url(http://www.drivennutrition.com/pattern.jpg);
}
a:link {
	color: #FFF;
}
.titles {
	color: #900;
	font-weight: bold;
}
.deals {
	font-size: medium;
	font-weight: bold;
}
.dealhead {
	font-weight: bold;
	color: #900;
}
.dealpricered {
	font-weight: bold;
	color: #900;
}
a:visited {
	color: #FFF;
}
a:hover {
	color: #FFF;
}
a:active {
	color: #000;
}
.white {
	color: #000;
