﻿@charset "utf-8";
/* CSS Document */
body
{
	font-family: Arial, "宋体";
	font-size: 12px;
	color: #ffffff;
	background-color: #1c1c1c;
	margin: 0px;
}

a:link
{
	font-family: Arial, "宋体";
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: none;
}

a:visited
{
	font-family: Arial, "宋体";
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: none;
}

a:hover
{
	font-family: Arial, "宋体";
	font-size: 12px;
	color: #e69b63;
	text-decoration: none;
}

a:active
{
	font-family: Arial, "宋体";
	font-size: 12px;
	color: #e69b63;
	text-decoration: none;
}

#root
{
	width: 910px;
	margin: auto;
}