
body,p,ul,li,h1,h2,h3,dl,dt,dd,table,td,th
{
	font-family: 'Helvetica Neue',Helvetica, 'Microsoft Yahei', Arial, Sans-serif;
	line-height: 160%;
}

body { margin : 0 ; }


a
{
	text-decoration: none;
	outline: none;
}

a:link
{
	color: blue;
	text-decoration: none;
}


a:visited
{
	color: blue;
	text-decoration: none;
}

a:hover
{
	color: #ff9900;
	text-decoration: none;
}


a:active
{
	color: #009966;
	text-decoration: none;
}



img { 	vertical-align:middle; 	border: none; }

.green 	{ color: #78ba00; }
.orange { color: #f4b300; }
.blue 	{ color: #2673ec; }
.red	{ color: #ff2e12; }
.none 	{ display: none;  }



