﻿body {
	font-family: 宋体, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFF;
	background-image: url('img/bg.jpg');
	background-position: left top;
	background-repeat: no-repeat;
	padding-left: 40px;
}

a:link, a:visited, a:active {
	color: #06F;
	text-decoration: none;
}
a:hover {
	color: #06F;
	text-decoration: underline;
}

img {
	border: 0;
}


#menu {
	font-weight: bold;
	font-size: 16px;
	text-align: center;
	padding-top: 80px;
	padding-bottom: 10px;
	word-spacing: 5px;
}
#menu span {
	color: #EEE;
}
#menu a:link, #menu a:visited, #menu a:active {
	color: #FFF;
	text-decoration: none;
}
#menu a:hover {
	color: #03C;
	text-decoration: none;
}

#link {}
#link a:link, #link a:visited, #link a:active {
	color: #FFF;
	text-decoration: none;
}
#link a:hover {
	color: #03C;
	text-decoration: none;
}


#copyright {
	text-align: center;
	padding-top: 10px;
}

.t1 {
	font-weight: bold;
	font-size: 14px;
	border-bottom-style: dashed;
	border-bottom-width: 1px;
	border-bottom-color: #EEE;
	padding-bottom: 5px;
}

.t2 {
	font-weight: bold;
	border-bottom-style: dashed;
	border-bottom-width: 1px;
	border-bottom-color: #EEE;
	padding-bottom: 5px;
}

.b1 {
	/* border: 1px solid #FFF; */
	padding: 5px;
	width: 80px;
	height: 372px;
}
.b1 div {
	line-height: 16px;
}
.b1 a {
	padding-bottom: 3px;
	border-bottom-style: dashed;
	border-bottom-width: 1px;
	border-bottom-color: #FFF;
}
.b1 a:link, .b1 a:visited, .b1 a:active {
	color: #FFF;
	text-decoration: none;
}
.b1 a:hover {
	color: #03C;
	text-decoration: none;
}

