body {
	margin-right: auto;
	margin-left: auto;
	width: 800px;
	border-top-style: 0;
	border-right-style: 0;
	border-bottom-style: 0;
	border-left-style: 0;
	background-repeat: repeat;
	background-position: center;
}
.comment-long {
	background-color: #ccccff;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	width: 700px;
	margin-top: 2px;
	margin-left: 2px;
	margin-bottom: 5px;
	padding: 0.8em;
	line-height: 1.5;
	text-align: left;
	clear: both;
	height: auto;
}
.comment-short {
	border-top-style: dotted;
	border-right-style: dotted;
	border-bottom-style: dotted;
	border-left-style: dotted;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	width: 500px;
	margin-top: 2px;
	margin-left: 3px;
	margin-bottom: 5px;
	text-align: left;
	padding: 0.3em;
	line-height: 1.5;
	clear: both;
	height: auto;
}
img {
    border-style:none;
}
td {
	vertical-align: top;
	background-color: #F0F0F0;
}
.quote {
	background-color: #FFFFCC;
	font-style: italic;
	line-height: 160%;
}
.attention {
	background-color: #00CCFF;
}
#breadcrumb {
	width: 800px;
	clear: both;
	float: left;
}
#breadcrumb li {
	border: 1px none #b3b3b3;
	padding: 0.5em;
	clear: none;
	float: left;
	width: auto;
	list-style-type: none;
}
