body {
	background-color: #000000;
}
.diantai {
	color: #FFFFFF;
	font-family: Trebuchet MS, Verdana, Arial;
	font-size: small;
}
.small {
	color: #FFFFFF;
	font-family: Trebuchet MS, Verdana, Arial;
	font-size: x-small;
}
.title {
	color: #FFFFFF;
	font-family: Trebuchet MS, Verdana, Arial; 
	font-size: large;
	font-weight: bold;
}
a:link {
	color: #CC0000;
	text-decoration: none;
}
a:visited {
	color: #CC0000;
	text-decoration: none;
}
a:hover {
	color: #FF0000;
	text-decoration: none;
}