
.sub_title h4{
	color: #333;
	text-shadow:0 1px 1px white;
}

.link{
	padding: 0 15px;
}

dl{
	padding: 0 5px;
}

dt{
	border-bottom: dashed 1px pink;
}
dt h4{
	margin:0;
}
dt h4 img{
	margin-right: 5px;
}

dd{
	font-size:13.5px;
	padding: 20px;
}

code{
	white-space: pre-line;      /* CSS 3.0 */
	white-space: -pre-wrap;     /* Opera 4-6 */
	white-space: -o-pre-wrap;   /* Opera 7 */
	white-space: -moz-pre-wrap; /* Mozilla */
	white-space: -hp-pre-wrap;  /* HP Printers */
	word-wrap: break-word;      /* IE 5+ */
}