﻿BODY
{
	font-size: 9pt;
	margin: 0px;
	color: black;
	text-decoration: none;
	vertical-align:middle;
	line-height:20px;
	background-color: black;
	background:url(/img/bgBody.jpg)
}


.white
{
	color: white;
	text-decoration: none;
	font-size: 9pt;
} /* 白色文字 */

.darkred
{
	color: #630000;
	text-decoration: none;
	font-size: 9pt;
	font-weight: bold;
} /* 深红文字 */
.smalldarkred
{
	color: #630000;
	text-decoration: none;
	font-size: 9pt;
} /* 小深红文字 */

.yellow
{
	color: yellow;
	text-decoration: none;
	font-size: 9pt;
	font-weight: bold;
} /* 白色文字 */

a:link
{
	color: black;
	text-decoration: none;
	font-size: 9pt;
} /* 未访问的链接 */
a:visited
{
	color: black;
	text-decoration: none;
	font-size: 9pt;
} /* 已访问的链接 */
a:hover
{
	color: red;
	text-decoration: underline;
	font-size: 9pt;
} /* 鼠标在链接上 */
a:active
{
	color: red;
	text-decoration: none;
	font-size: 9pt;
} /* 激活链接 */



a.navigation:link
{
	color: white;
	text-decoration: none;
	font-size: 9pt;
} /* 未访问的链接 */
a.navigation:visited
{
	color: white;
	text-decoration: none;
	font-size: 9pt;
} /* 已访问的链接 */
a.navigation:hover
{
	color: white;
	text-decoration: underline;
	font-size: 9pt;
} /* 鼠标在链接上 */
a.navigation:active
{
	color: white;
	text-decoration: none;
	font-size: 9pt;
} /* 激活链接 */

a.white:link {
	color: white;
	font-size:14px;
	text-decoration: none;
} /* 未访问的链接 */
a.white:visited {
	color: white;
	font-size:14px;
	text-decoration: none;
}/* 已访问的链接 */
a.white:hover {
	color:yellow;
	font-size:14px;
	text-decoration: none;
} /* 鼠标在链接上 */
a.white:active {
	color: yellow;
	font-size:14px;
	text-decoration: none;
} /* 激活链接 */