.turquoiseBorderTable {
/*	border: 4px solid #00C3C5;*/
	border: 4px solid #5C2812;	
	margin-left:auto;
	margin-right:auto;
}
body {
	margin: 0px;
/*	background-image:url(../images/bg_bubbles_2.gif);*/
	background-image:url(../images/cowhide.jpg);	
}
.welcomeText {
	font-family: "Comic Sans MS", "Curlz MT", Georgia, "Times New Roman";
	color: #4B2600;
	font-size:20px;
}

.productTitle {
	font-family: "Curlz MT", Georgia, "Times New Roman";
	color: #FF00FF;
	font-weight: bold;
	font-size: 30px;
}


.productDescriptionText {
	font-family: "Curlz MT", Georgia, "Times New Roman";
	color: #4B2600;
	font-size:18px;
}

.secondaryLink {
	font-family: "Curlz MT", Georgia, "Times New Roman";
	color: #4B2600; 
	font-size: 14px; 
	font-weight: bold;
}

.smallText {
	font-family: "Curlz MT", Georgia, "Times New Roman";
	color: #4B2600; 
	font-size: 14px; 
}


a:link #links {
	font-family: "Curlz MT", Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #00C3C5;
}
a:visited #links {
	font-family: "Curlz MT", Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #FF0000;
}
a:hover, #links {
	font-family: "Curlz MT", Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #4B2600;
}
a:active #links {
	font-family: "Curlz MT", Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #FF0000;
}

