body {
	color: #8D5014;
	font: 16px Arial;
	font-weight:bold;
	background-image: url(../images/back.gif);
	background-repeat: repeat;
}
h1{
	font-size:180%;
	color:#555;
}
a{
	text-decoration:none;
	color: #8D5014;	
	font-weight:bold;
}

A:link,  A:active {
    color: #8D5014;
	text-decoration : none;
	font-weight:bold;
 }

A:visited {
color: #8D5014;	
font-weight:bold;
}
	
A:hover {

text-decoration : none;
color: #DE8201;	
font-weight:bold;
}


img
{
	border:0px;
} 


.hoverbox
{
	list-style: none;
}

.hoverbox img
{
	background: #fff;
	border-color: #aaa #ccc #ddd #bbb;
	border-style: solid;
	border-width: 1px;
	color: inherit;
	padding: 5px;
	vertical-align: top;
	width: 150px;
	height: 97px;
	display: list-item;
}

.hoverbox li
{
	background: #faf0e1;
	border-color: #cfb286;
	border-style: solid;
	border-width: 1px;
	color: inherit;
	display:inline;
	float: right;
	margin: 6px;
	padding: 3px;
	position: relative;
}

.hoverbox span {
	padding:3px;
	display:list-item;
}
