﻿@charset "utf-8";

body,td,th {
	font-family: SimSun, NSimSun, sans-serif;
	font-size: 12px;
	color: #990000;
}
body {
	background-color: #330000;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
a:link {
	color: #990000;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #7D0000;
}
a:hover {
	text-decoration: underline;
	color: #C60;
}
a:active {
	text-decoration: none;
}
h1,h2,h3,h4,h5,h6 {
	font-weight: bold;
}
h1 {
	font-size: 18px;
	text-align: center;
	margin: 3px;
	padding: 3px;
}
h2 {
	font-size: 16px;
	text-align: center;
	margin: 2px;
	padding: 2px;
}
h3 {
	font-size: 14px;
	text-align: center;
	margin: 1px;
	padding: 1px;
}

img {
	/*display: block;*/
	border: 0px;
}
hr {
	border: #D7BB89 dashed 1px;
	margin: 5px;
	padding: 0px;
	text-align: center;
	height: 2px;
}