﻿@import url(flash.css);
@import url(head.css);
@import url(foot.css);

body 
{
    background-color:#999;
    margin:0px auto;
    font-family:"宋体";
	font-size: 12px;
	text-decoration: none;
	color:#666;
}

a 
{
    text-decoration:none;
    color:#666;
}

p
{
    padding:0px;
    margin:0px;
}

#body 
{
    margin:0px auto;
    width:956px;
    background-color:#FFF;
    text-align:center;
}

#body table
{
    margin:20px auto 10px;
}

#body td
{
    padding:8px 2px 10px;
}

#body p 
{
    width:620px;
    margin:0px auto;
    text-align:left;
    text-indent:2em;
    line-height:20px;
    padding:0px;
}


