﻿body
{
	font-family: 宋体;
	font-size: 12px;
	text-decoration: none;
}
#Label1 A
{
	color: white;
	text-decoration: none;
}
#title
{
	float: left;
	width: 1000px;
	height: auto;
	line-height: 25px;
	background-color: Blue;
	padding-left: 10px;
}
#title A
{
    color:White;
}
#list
{
	float: left;
	width: 1000px;
}
.list_title
{
	float: left;
	width: 1000px;
	height: 25px;
	line-height: 25px;
}
.list_content
{
	float: left;
	width: 1000px;
	height: auto;
	line-height: 25px;
}

