/*** Basics ***/

body,td,th,p,h1,h2,h3 {
	font-family: "Century Gothic", Arial, Helvetica, sans-serif;
	color: #330000;
}
body {
	background-image: url(http://www.swankybabygear.com/siteimages/SolidBG.gif);
	background-repeat: repeat;
	background-color: #9B8F77;
}
a:link, a:visited, a:active {
	color: #d54580;
	text-decoration: none;
	font-weight: normal;
}
a:hover {
	text-decoration: underline;
	color: #d54580;
}