/**/

ul,ol,li{
	list-style: none;
}



body {
    background-image:url("../images/suzhouzhongxin.jpg");
    background-position: center bottom;
    background-repeat:no-repeat;
    background-attachment:fixed;
    background-size:cover;
}

h1   {
    text-align:center;
    color:maroon;
    font-size:20pt;
    font-family:verdana;
}

h2   {
    color:navy;
}

p    {
    font-size:11pt;
    margin-left:15px;
}



a:link    {color:black;}
a:visited {color:rgb(87, 87, 87);}
a:hover   {color:red;}
a:active  {color:blue;}
a    {text-decoration:none;}
