@charset "utf-8;"

body{ 
	background-color:#FFF;
	background-image: url("images/bg-grid.png");
	background-repeat: repeat;
}

.details{
	margin:7px 10px;
}	
h4{
	font-size:100%;
	line-height:130%;
	letter-spacing:0.05em;
	color:#111;
	text-shadow:1px 1px 0 rgb(255,255,255);
	margin-bottom:2px;
}
p{
	font-size:12px;
	color: #000;
}
a{
	text-decoration:none;
}
