
/* step1 */
body {
	background: #ccc;
}
div#dd1 {
	float: left;
	margin: 20px;
	border: double;
	background: #eeeeee;
}

div#LTAR {
	float:left;
	width: 85%;
}

div.ddlink {
	font-size:large;
	margin-left: 5px;
	margin-right: 5px;
	margin-top: 2px;
	margin-bottom: 2px;
}

