/* 巧遇网站CSS样式 */


/* 整体页面框架 */
body,td,th {
	font-family: 宋体;
	font-size: 12px;
}
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}


/* 字体 */

.font_1 {
	font: 12px "宋体";
	color: #666666;
	text-decoration: none;
}

.font_2 {
	font: 12px/150% "宋体";
	color: #AF005F;
	text-decoration: none;
}

.font_3 {
	font: 10px Arial;
	color: #AF005F;
	text-decoration: none;
}
.font_4 {
	font: 12px "宋体";
	color: #786C5C;
	text-decoration: none;
}

.font_5 {
	font: 10px Arial;
	color: #786C5C;
	text-decoration: none;
}
.font_6 {
	font: 16px Arial;
	color: #AF005F;
	text-decoration: none;
}
.font_7 {
	font: 12px Verdana;
	color: #AF005F;
	text-decoration: none;
}






/* 输入框 */

.input_1 {
	font: 11px Verdana;
	color: #666666;
	text-decoration: none;
	border: 1px solid #999999;
}
.input_2 {
	font: 12px "宋体";
	color: #AF005F;
	text-decoration: none;
	border: 1px solid #AF005F;
}



/* 表格 */

.table_1 {
	border-top: 0px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
}
.table_2 {
	border: 1px solid #666666;
}


/* 链接样式 */


a.font_3:link {
	font: 10px Arial;
	color: #AF005F;
	text-decoration: none;
}

a.font_3:visited {
	font: 10px Arial;
	color: #AF005F;
	text-decoration: none;
}
a.font_3:hover {
	font: 10px Arial;
	color: #AF005F;
	text-decoration: underline;
}
