﻿body {
  margin:0px;
  font-size:11px;
  color:#000000;
  font-family: "Verdana";
  
}
td {
  font-size:11px;
  color:#000000;
  font-family:"Verdana";
}

 /*默认未点击链接样式*/
a:link,a:visited{ 
	font-family: "Verdana";
	font-size: 11px;
	color: #000000;
	text-decoration: none;
}
a:hover{          
	font-family: "Verdana";
	font-size: 11px;
	color: #000000;
	text-decoration: underline;
}

/*左侧链接样式*/
.lefta:link,.lefta:visited{
	font-family: "Verdana";
	font-size: 11px;
	color: #000000;
	text-decoration: none;
}
.lefta:hover{                
	font-family: "Verdana";
	font-size: 11px;
	color: #000000;
	text-decoration: underline;
}


/*底部普通文本样式*/
.footer{                    
    font-family: font-family: Verdana;
	font-size: 11px;
	line-height: 1.6px;
}


/* 底部所有链接样式*/
.footer a:link,.footer a:visited{ 
	font-family: "Verdana";
	font-size: 11px;
	color: #000000;
	text-decoration: none;
}
.footer a:hover{
	font-family: "Verdana";
	font-size: 11px;
	color: #000000;
	text-decoration: underline;
}                         
