@charset "utf-8";
/* CSS Document */
body{
	margin:50px;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	background-color:#9f9274;
}
a:link, a:visited{ 
	text-decoration:none;
	font-size: 12px;
	line-height: 18px;
	color: #000000;
}

a:hover{ 
	text-decoration:none;
	font-size: 12px;
	line-height: 18px;
	color: #666666;
}
.imageLink{
	width:250px;
	height:65px;
	cursor:pointer;
}
h4{
font-size:14px;
margin-bottom:0px;
}