/*幸运国旅-留言板-导入外部的样式表*/
body{
	margin: 0px;
	font-family: "宋体";
	font-size: 12px;
	text-align:center;
	color:#484848;
	width:98%;
}
td {
line-height:20px;
word-break:break-all;
word-wrap:break-word;
}
a:link {
	COLOR: #484848;
	FONT-SIZE: 12px;
	font-family:"宋体";
	font-weight:normal;
	TEXT-DECORATION: none;
	line-height: 20px;
}
a:active {
	COLOR: #484848;
	FONT-SIZE: 12px;
	font-family:"宋体";
	font-weight:normal;
	TEXT-DECORATION: none;
	line-height: 20px;
}
a:visited {
	COLOR: #484848;
	FONT-SIZE: 12px;
	font-family:"宋体";
	font-weight:normal;
	TEXT-DECORATION: none;
	line-height: 20px;
}
a:hover {
	COLOR: #2a2929;
	FONT-SIZE: 12px;
	font-family:"宋体";
	font-weight:normal;
	TEXT-DECORATION: underline;
	line-height: 20px;
}
/*标题上下外边距*/
.table_top_bottom1{
	margin-top:10px;
	margin-bottom:18px;
}
.table_bottom_border{
border-bottom:#e3dca6 2px solid;
margin-top:10px;

}

.font12red{
font-family:"宋体";
font-size:12px;
color:#FF0000;
}
.font12black{
font-family:"宋体";
font-size:12px;
color:#000000;
}
.font12org{
font-family:"宋体";
font-size:12px;
color:#fa7b14;
}
.textqu{
border:#cdcdcd 1px solid;
}


