/*默认链接色*/
a:link {
	line-height: 190%;
	font-size: 12px;
	color: #000000;
	text-decoration: none;
}
a:visited {
	line-height: 190%;
	color: #000000;
	font-size: 12px;
	text-decoration: none;
}
a:hover {
    line-height: 190%;
    color: #0099CC;
    font-size: 12px;
    text-decoration: underline;
}
a:active {
	line-height: 190%;
	font-size: 12px;
	text-decoration: none;
}
/*12号浅蓝字*/
.b:link {
	line-height: 180%;
	font-size: 12px;
	color: #000000;
	text-decoration: none;
}
.b:visited {
	line-height: 180%;
	color: #000000;
	font-size: 12px;
	text-decoration: none;
}
.b:hover {
    line-height: 180%;
    color: #0099CC;
    font-size: 12px;
    text-decoration: underline;
}
.b:active {
	line-height: 180%;
	font-size: 12px;
	text-decoration: none;
}
/*行高180%深蓝字*/
.c:link {
	line-height:180%;
	font-size: 12px;
	color: #003399;
	text-decoration: none;
}
.c:visited {
	line-height:180%;
	color: #000000;
	font-size: 12px;
	text-decoration: none;
}
.c:hover {
	line-height:180%;
    color: #003399;
    font-size: 12px;
    text-decoration: underline;
}
.c:active {
	line-height:180%;
	font-size: 12px;
	text-decoration: none;
}
/*14号字*/
.d:link {
	line-height: 180%;
	font-size: 14px;
	color: #000000;
	text-decoration: none;
}
.d:visited {
	line-height: 180%;
	color: #000000;
	font-size: 14px;
	text-decoration: none;
}
.d:hover {
    line-height: 180%;
    color: #0099CC;
    font-size: 14px;
    text-decoration: underline;
}
.d:active {
	line-height: 180%;
	font-size: 14px;
	text-decoration: none;
}
td {
	font-size: 12px;
	color: #000000;
	text-decoration: none;
}
INPUT,SELECT {FONT-SIZE: 12px}
.SELECT {
	line-height: 180%;
	font-size: 12px;
	color: #000000;
	height: 100px;
	width: 200px;
	border: thin none #CCCCCC;
	background-color: #F7f7f7;
	margin: 1px;


}
/*左右下线*/
.kuang3 {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #cccccc;
	border-right-color: #cccccc;
	border-bottom-color: #cccccc;
	border-left-color: #cccccc;
}
/*各种字的定义*/
.font1 {
	font-size: 14px;
	color: 000000;
}
.font2 {
	font-size: 14px;
	color: ff0000;
}.word25 {
	font-size: 36px;
	font-weight: bold;
	color: #000000;
}
.wor20 {
	font-size: 22px;
	line-height: 1.6;
	text-decoration: blink;
	color: #FFFFFF;
}
