.daily .sectionhead {
  /*margin-bottom: 35px;*/
}
.daily .sectionheadsmall {
	text-align:center;
	font-size:1.1em;
	font-weight:bold;
	color:#4F4F51;
}
.daily .sectionhead img {
	margin-right: 10px;
}
.boldlink {
  font-weight: bold;
}
.dblink {
	float:right; 
	width:60px; 
	text-align:right; 
	background-color:#DBF8D8;
	color: #4872B3;
	line-height:12px; 
	font-size:10px; 
	padding-right:2px; 
	margin-bottom:10px;
	border: 1px solid #4872B3;
	border-top: none;
	-moz-border-radius-bottomleft: 50px;
	border-bottom-left-radius: 50px;
}
.dblink:hover {
	cursor: pointer;
  	cursor: hand;
}
.dblinkdiary {
	float:right; 
	width:60px; 
	text-align:right; 
	background-color:#DBF8D8;
	color: #4872B3;
	line-height:12px; 
	font-size:10px; 
	padding-right:2px; 
	margin-bottom:10px;
	border: 1px solid #4872B3;
	border-top: none;
	-moz-border-radius-bottomleft: 50px;
	border-bottom-left-radius: 50px;
}
.dblinkdiary:hover {
	cursor: pointer;
  	cursor: hand;
}