﻿a { text-decoration: none;
	color: #000000;}
a:visited {
    color:#000000;}
a:hover {
    text-decoration: underline;
	color: red;}
a:active {
    color: green;}
    
h1 {
    position: absolute;
	left: 10px;
	top: 12px;
	text-transform: uppercase;
	color:Orange;
	font-size: 30px;}
h2 {
    position: absolute;
	left: 10px;
	top: 50px;
	font-size: 26px;
	font-weight:normal;
	color:Green;
	}
h3 {
    margin-top: 1.0em;
	margin-bottom: 1.12em;
	font-size: 1.5em;}
h4 {
    margin-top: 10px;
	margin-bottom: 5px;
	font-size: 16px;
	color:#ff4500;
	text-align:left;
	font-weight:normal;}

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:13px;
	color: #666666;
}
.bk2
{
    background-image: url(logo/bk2.png);
	background-repeat: repeat-x;
}