﻿<!--
/* CSS 文档 */
/* 注意：不要尝试移除注释，否则将导致格式错误！！ */
/* 请将CSS样式放在下面标记中间的空白处 */
/* CSS 开始 */


body
{
	text-align: center;
	background-color: #4B0000;
	margin-top: 30px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
body,td,p
{
    font-size: 12px;
    font-family: Verdana, Arial, SimSun;
    line-height: 22px;
	color: #C6C4C4;
}
select,input
{
    font-size: 12px;
    font-family: Verdana, Arial, SimSun;
}
#body
{
	text-align: -moz-center !important; text-align:center; width:854px; margin-left:auto; margin-right:auto;
}

a
{
    color: #FFFFFF;
    text-decoration: none;
}
a:hover
{
    color: #FFFFFF;
    text-decoration: underline;
}
a:active
{
    color: #FFFFFF;
    text-decoration: underline;
}
a.title
{
    color: #FFFFFF;
    text-decoration: none;
}
a.title:hover
{
    color: #FFFFFF;
    text-decoration: underline;
}
a.title:active
{
    color: #FFFFFF;
    text-decoration: underline;
}
.bold {
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
    font-family: Verdana, Arial, SimSun;
}
.white {
	color: #FFFFFF;
}



/* CSS 结束 */
-->