﻿a:link, a:active {
	color: #4040A0;
	text-decoration: underline;
}
a:visited {
	color: #8080A0;
	text-decoration: underline;
}
a:hover {
	background: #FFF000;
	color: #FF0000;
	text-decoration: underline;
}
body, td {
   font-size: 14px;
   line-height: 18px;
   font-family: 宋体,Verdana, Arial;
}
li {
   list-style: square;
   font-size: 14px;
   line-height: 15px;
   margin-top: 10px;
}
.tda{border-bottom-color: #d0d0d0; border-bottom-style: solid; border-bottom-width: 1px; background-color: #eaeaea;}
.tdb{border-bottom-color: #f0f0f0; border-bottom-style: solid; border-bottom-width: 1px; background-color: #f8f8f8;}