﻿/*整体设置*/

body,p,td,th {
	color:#000000;	/*文字颜色*/
	font-size:12px;
	word-break:break-all;
	word-wrap:break-word;
	overflow-x:hidden;
	text-overflow:ellipsis;
	-o-text-overflow: ellipsis;
	line-height:160%;
}
img { border:0px;}

/*链接样式*/
a:link { color: #ff0000; text-decoration: none;}	/*链接文字颜色*/
a:hover { color: #ffff00; text-decoration: underline;}	/*鼠标经过时链接文字颜色*/
a:active { color: #ff0000; text-decoration: none;}	/*得到焦点时链接文字颜色*/
a:visited { color: #ff0000; text-decoration: none;}	/*访问过的链接文字颜色*/
