﻿/* 0 BASIC TAGS */

table
{
    font-size: 12px;
}

h1, h2, h3, h4 {
	margin: 0;
	font-family: 宋体, tahoma, arial, helvetica, sans-serif;
}

p {
	line-height: 1.4em;
}

hr {
	border: 0;
	border-top: 1px solid #bababa;
	height: 1px;
}

a {
	text-decoration: none;
	color: #d32525;
}

a:visited {
	color: #980000;
}

a:hover {
	text-decoration: underline;
	color: #e05252;
}

a:active {
	color: #980000;
}

body
{
    background-color: #ffffff; /*  background-image: url(images/background.gif);  */
    background-repeat: repeat-x;
    margin: 0;
    padding: 0;
    text-align: center;
    font-family: 宋体, verdana, arial, helvetica, sans-serif;
    font-size: 0.8em;
    color: #1c2921;
}

img {
	border-width: 0;
 
}

