.text
{
font-family: arial;
font-size: 11px;
color:#8F5236;
font-weight: normal;
text-decoration: none;
}

.text:hover
{
font-family: arial;
font-size: 11px;
color:#8F5236;
font-weight: normal;
text-decoration: underline;
}

.border
{
border: 1px solid #A99563;
}
.button
{
	font-family: arial;
	font-size: 11px;
	color:#E6DAC0;
	font-weight: bolder;
	text-decoration: none;
	
	background-color: #A99562;


}