.toptitle {
  background-color: #6d2c42;
  font-size: 3em;
  color: #ffacbc;}
 .topsubtitle {
  background-color: #6d2c42;
  font-size: 1.25em;
  color: #73b073;}
  
  .floatright	{
				float: right;
				}
 
 #homebutton
 {
	display: block;
	width: 83px;
	height: 25px;
	background: url("images/home.jpg") no-repeat 0 0;
	}
#homebutton:hover
{
	background-position: 0 -25px;
}
#homebutton span
{
	display: none;
}

#aboutusbutton
 {
	display: block;
	width: 83px;
	height: 25px;
	background: url("images/aboutus.jpg") no-repeat 0 0;
	}
#aboutusbutton:hover
{
	background-position: 0 -25px;
}
#aboutusbutton span
{
	display: none;
}

#contactusbutton
 {
	display: block;
	width: 83px;
	height: 25px;
	background: url("images/contactus.jpg") no-repeat 0 0;
	}
#contactusbutton:hover
{
	background-position: 0 -25px;
}
#contactusbutton span
{
	display: none;
}

#products
 {
	display: block;
	width: 83px;
	height: 25px;
	background: url("images/products.jpg") no-repeat 0 0;
	}
#products:hover
{
	background-position: 0 -25px;
}
#products span
{
	display: none;
}

div {
	float: left;
	}
h3	{
	color: #000000;
	}

p	{
	text-indent: 2em;
	}
	
ul	{
	list-style-type: circle;
	}
body	{
	background-color: #ffffcc;
	}