﻿body {
	background-color: #000;
	background-image: url(images/Bg.jpg);
	background-position: center;
	background-repeat: no-repeat;
	background-attachment: fixed;
}
td {
	FONT-SIZE: 16px;
	COLOR: #000;
	font-family: "宋体", Arial;
}

a {
	text-decoration: none;
	font-family: "宋体", Arial;
	color: #ff0000;
	font-weight: bold;
} 
a:hover {
	color: #900;
	text-decoration: none;
	font-weight: bold;
} 
.BigFont {
	font-family: "黑体";
	font-size: 24px;
	line-height: 200%;
	font-weight: bold;
}
.BlueFont {
	color: #00F;
}
.SmlFont {
	font-family: "宋体", Arial;
	font-size: 12px;
	line-height: 200%;
}

