.title { background-image: url(title-back.jpg); margin: 10px 10% 20px; padding-top: 10px; padding-bottom: 10px; border: ridge white; }
.title h1 { color: white; font-size: 36px; font-weight: bold; margin-top: 10px; margin-bottom: 10px; }
.content-list { width: 90%; margin: 10px; padding: 0; border: solid 1px #03f; }
.content-list h2 {
	font-size: large;
	background-color: #cff;
	clear: both;
	margin: 10px;
	padding-top: 5px;
	background-image: url(../../img/solution-h2.jpg);
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #666666;
	border-bottom-color: #666666;
	border-left-color: #CCCCCC;
	padding-bottom: 5px;
}
.content-list ul { width: 90%; clear: both; margin: 10px 10px 30px 20px; padding: 0; display: block; }
.content-list li { font-size: small; font-weight: bold; float: left; margin: 5px; border-bottom: 1px dotted #ccc; list-style-type: none; display: block; white-space: nowrap; }

