h1
{
  color: blue;
  text-align: center;
}
h2
{
	color: red;
	font-size: 1.6em;
}
h3
{
  color: red;
}
#content
{
  color: #666600;
}
.bodycolor
{
  color: #666600;
}
.letter
{
	font-size: 1.2em;
	font-weight: normal;

}
.box
{
	color: black;
	font-family:"Times New Roman", Times, serif;
	text-align:center;
	border-width: thin;
	border-style: solid;
	padding: 5px;
	margin:auto;
	width: 75%;
}

.box h3, .box h2
{
	padding: 0;
	margin: 0;
}
.box a:hover
{
	font-size: 1.1em;
}


.boxsmall
{
	color: black;
	font-family:"Times New Roman", Times, serif;
	text-align:center;
	border-width: thin;
	border-style: solid;
	padding: 5px;
	margin: auto;
	width: 75%;
}

.contact
{
  font-family: Times New Roman;
}
.contact p, .contact h2
{
  text-align: center;
}


.bluetext
{
  color: blue;
}
.redtext
{
  color: red;
}
.blacktext
{
  color:black;
  font-weight:bold;
}
a, h5
{
  color: #669900;
}

.products
{
	font-size:1.3em;
}

.testimonial
{
	font-style: italic;
}

.picturecaption
{
	color: blue;
	font-size: .8em;
	text-align: center;
	padding:10px;
}
