/*
**Description:SuryaniWeb基础样式表
**Creator:WangWei
**Time:2006-08-14
**Update:
*/

* {
margin:0 auto;
padding:0;
}

body
{
	background-color: #fff;
	text-align: center;
	font-family: Times New Roman,"Lucida Grande" , Verdana, Lucida, Arial, Helvetica, 宋体,sans-serif;
	font-size: 12pt;	
	color:#505050;
}



img
{
	border: 0;
	display:block;
}

ul, li
{
	list-style: none;
}

.clear
{
	clear: both;
}

a, a:link, a:visited
{
	color: #FFFFFF;
	text-decoration: none;
}

em
{
	font-style: normal;
}

