body {
    margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;	
	background-color:#FFF0F1;
	font-family: 宋体;
	
}





/*开始说明：以下为会色没有下划线链接*/
.gray12:link {
    font-size:12px;
	color: #676767;
	text-decoration: none;
}
.gray12:visited {
    font-size:12px;
	color: #676767;
	text-decoration: none;
}
.gray12:active {
    font-size:12px;
	color: #676767;
	text-decoration:none;
}
.gray12:hover {
    font-size:12px;
	color: #FF6600;
	text-decoration: underline;
}


/*开始说明：以下为红色没有下划线链接*/
.red12:link {
    font-size:12px;
	color: #800E16;
	text-decoration: none;
}
.red12:visited {
    font-size:12px;
	color: #800E16;
	text-decoration: none;
}
.red12:active {
    font-size:12px;
	color: #800E16;
	text-decoration:none;
}
.red12:hover {
    font-size:12px;
	color: #000000;
	text-decoration: underline;
}


.fontred12B{
    font-size:12px;
    color:#FF6600;
    font-weight:bold;
}

.fontgray12{
    font-size:12px;
    color:#676767;
}


























