﻿*
{
	margin: 0;
	padding: 0;
}
BODY
{
	text-align: center;
	font-family: 宋体;
	background: #f0fff0;
	color: black;
	font-size: 14px;
}
LI
{
	list-style-type: none;
}
A IMG
{
	border-style: none;
}
A:link
{
	color: #07519a;
	text-decoration: none;
}
A:visited
{
	color: #07519a;
	text-decoration: none;
}
A:active
{
	color: #07519a;
	text-decoration: underline;
}
A:hover
{
	color: red;
	text-decoration: underline;
}
.clr
{
	height: 0;
	visibility: hidden;
	clear: both;
	overflow: hidden;
}
.logo
{
	width: 120px;
	height: 45px;
	background: url(http://www.sinchao.com/logo.gif) no-repeat;
}
.container
{
	text-align: left;
	width: 950px;
	margin-right: auto;
	margin-left: auto;
}
.linkcss
{
	line-height: 18px;
	font-size: 12px;
}
A .imgborder
{
	border: #ddd 1px solid;
}
A:link .imgborder
{
	border: #ddd 1px solid;
}
A:visited .imgborder
{
	border: #ddd 1px solid;
}
A:hover .imgborder
{
	border: #333 1px solid;
}
.pagedCtl
{
	text-align: center;
	margin: 30px 0px 0px;
	font-size: large;
	font-weight: bold;
}
.currentPageCss
{
	margin: 0px 3px 0px 0px;
	color: red;
}
.buttonPageCss
{
	margin: 0px 3px;
}
.nextPageCss
{
	margin: 0px 3px;
}
.previousPageCss
{
	margin: 0px 0px 0px 3px;
}

