﻿pre {
clear: both; /* 清除左右浮动 */  
width: 630px; /* 必须定义宽度 */  
word-break: break-word; /* 文本行的任意字内断开 */  
word-wrap: break-word; /* IE */  
white-space: -moz-pre-wrap; /* Mozilla */ 
white-space: -hp-pre-wrap; /* HP printers */ 
white-space: -o-pre-wrap; /* Opera 7 */ 
white-space: -pre-wrap; /* Opera 4-6 */ 
white-space: pre; /* CSS2 */ 
white-space: pre-wrap; /* CSS 2.1 */ 
white-space: pre-line; /* CSS 3 (and 2.1 as well, actually) */ 
}

.divcss5 {
	color: #FF6666;
	font-weight: bold;
}

.floatleft {
	float: left
}

.marking {
	width: 90px;
}
.marking1 {
	width: 135px;
}

.comment {
	width: 90px;
}

.comment1 {
	width: 135px;
}