body
{
font-family: arial, helvetica, sans-serif;
margin: 0px 20px 15px 20px;
}

img

{	
	border: 0px;
}

a:link

{
	color: blue;
}

a:visited

{
	color: darkblue;
}

a:hover

{
	color: red;
	text-decoration: none;
}

a:active

{	
	color: orange;
}

.buynow

{
	background-color: green;
	padding: 2px;
	font-weight: bold;
	font-size: 20px;
	font-style: italic;
}

.buynow a:link

{
	color: white;
	text-decoration: none;
}
	
.buynow a:visited

{
	color: white;
	text-decoration: none;
}

.buynow a:hover
{
	color: yellow;
}

.buynow a:active
{
	color: orange;
}



h1

{
font: bold, Helvetica, sans-serif;
font-size: 20px;
text-align: center;
margin: 4px;
}

h2

{
font: bold, Helvetica, sans-serif;
font-size: 18px;
margin: 4px;
}

h3

{
font: bold, Helvetica, sans-serif;
font-size: 16px;
}

.subtext
{
	font-size: 12px; 
	font-family: arial,helvetica,sans-serif;
}

.instructions

{
	font-size: 12px; 
	font-family: arial,helvetica,sans-serif;
}


#slideshow

{
	border: 1px solid gray;
	font-family: arial,helvetica,sans-serif;
	background-color: #ffffee;
	padding: 2px 10px 10px 10px;
}

.center
{

	text-align: center;
	color: #C5390F;

}

.pricelist {

	padding: 6px;
	text-align: justify;

}



.price

{
	background-color: #6699ff;
	color: white;
	font-size: 20px;
	font-weight: bold;
	padding: 2px;
}

.redtitle	{
	
	font-size: 1.2em;
	color: red;
}
	
.bluetitle	{

		font-size: 1.2em;
		color: #5E8FF7;
	}


