a:link
{
	color: darkslateblue; 
	text-decoration: none;
}
span.blink
{
	text-transform: uppercase;
	font-size: 14px;
	color: #FF0000;
	font-weight:bold;
}
a:visited
{
	color: #224157; 
	text-decoration: none;
} 
a:active 
{
	color: red;
	font-weight: bold;
}
a:hover      
{ 
color: goldenrod; font-weight:bold
}
body
{
	font-family: Arial;
	margin: 0px;
	padding: 0px;
	background-image: url(images/background.jpg)
}
p
{
	font-size: 12px;
}
td
{
	font-size: 12px;
}
table
{
	table-border-color-light: rgb(102,153,255);
	table-border-color-dark: rgb(0,0,102); 
}

}
h1, h2, h3, h4, h5, h6
{
	font-family: Arial;
}
h1
{
	border-style:solid; 
	border-width:1px; 
	border-color: lightblue;
	font-size: 24px;
	font-family: Garamond;
	font-weight:bold;
	color: darkslateblue;
	background-color: #F2E1B6;
	background-width: 100%
}
h2
{
	color: #993300;
	font-size: 18px;

}
h3
{
	color: #993300; 
	font-size: 18px;
	
}
h4
{
	color: #993300;
	font-size: 18px;
	
}
h5
{
	color: #993300;
	font-size: 18px;
	
}
h6
{
	color: #993300;
	font-size: 18px;
	
}
table.cart
{
	border-collapse: collapse;
}
hr
{
	color: lightblue;
}