/* CSS Document */
body {
    margin: 0px;
    background-color: #FAEBD1;
}
.header1{
	color: #937E55;
	font-family: Impact;
	font-size: 14px;
}
.header2{
	color: #5B6E36;
	font-family: Impact;
	font-size: 14px;
}

.header3{
	color: #6B3131;
	font-family: Tahoma;
	font-weight: bold;
	font-size: 11px;
}
.header4{
	color: #5B6E36;
	font-family: Tahoma;
	font-weight: bold;
	font-size: 11px;
}
.header5{
		color: #D8D4B8;
	font-family: Tahoma;
	font-size: 11px;
	font-weight: bold;
}
.text1{
	color: #6B3131;
	font-family: Tahoma;
	font-size: 11px;
}
.text2{
	color: #5B6E36;
	font-family: Tahoma;
	font-size: 11px;
}
.text3{
	color: #D8D4B8;
	font-family: Tahoma;
	font-size: 11px;
}
.name{
	color: #B01800;
	font-family: Tahoma;
	font-size: 11px;
}
.price{
	color: #B01800;
	font-family: Tahoma;
	font-size: 11px;
	font-weight: bold;
}
.copyr{
	color: #956C6C;
	font-family: Arial;
	font-size: 10px;
}

a:link.copy{
	color: #956C6C;
	font-family: Arial;
	font-size: 10px;
	text-decoration: none;
}
a:hover.copy{
	color: #956C6C;
	font-family: Arial;
	font-size: 10px;
	text-decoration: underline;
}
a:visited.copy{
	color: #956C6C;
	font-family: Arial;
	font-size: 10px;
	text-decoration: none;
}
a:visited:hover.copy{
	color: #956C6C;
	font-family: Arial;
	font-size: 10px;
	text-decoration: underline;
}
a:link.link2{
	color: #6B3131;
	font-family: Tahoma;
	font-size: 11px;
	text-decoration: underline;
}
a:hover.link2{
	color: #6B3131;
	font-family: Tahoma;
	font-size: 11px;
	text-decoration: none;
}
a:visited.link2{
	color: #6B3131;
	font-family: Tahoma;
	font-size: 11px;
	text-decoration: underline;
}
a:visited:hover.link2{
	color: #6B3131;
	font-family: Tahoma;
	font-size: 11px;
	text-decoration: none;
}
a:link.link3{
	color: #6B3131;
	font-family: Tahoma;
	font-size: 10px;
	font-weight: bold;
	text-decoration: none;
}
a:hover.link3{
	color: #6B3131;
	font-family: Tahoma;
	font-size: 10px;
	font-weight: bold;
	text-decoration: underline;
}
a:visited.link3{
	color: #6B3131;
	font-family: Tahoma;
	font-size: 10px;
	font-weight: bold;
	text-decoration: none;
}
a:visited:hover.link3{
	color: #6B3131;
	font-family: Tahoma;
	font-size: 10px;
	font-weight: bold;
	text-decoration: underline;
}