/***公共样式屏幕央视，几乎所有频道都会用到的样式***/
/***reset样式，覆盖元素默认样式***/
*{
	margin:0;
	padding:0;
}
body,td	{
	background: #ffffff;
	color: #494949; 
	font: 13px verdana, "ms song", 宋体; 
	margin: 0px;
	line-height: 150%;
	word-wrap:break-word;
	}

ul li{
	list-style:none;
	list-style-position:outside;
}

h1{
	font-size: 16px;
	font-weight:bold;
	margin:3px
}

img{
	border:none;
}

input{
	font-size:14px;
	}

textarea{
	line-height:120%;
	padding:2px;
	overflow:auto;
	border-color:#7C7C7C #C3C3C3 #DDDDDD #7C7C7C;
	border-style:solid;
	border-width:1px;
}



/***公共样式，多个频道都会用到的自定义样式***/
.clear{clear:both;}
/*** 常用超链接样式 ***/
a:link{color: #075DB3; text-decoration: underline;}
a:visited{color: #075DB3; text-decoration: underline;}
a:hover{color: #FF6600; text-decoration: underline;}
a:active{color: red; text-decoration: underline}


