﻿@import url("style.css");
body{	margin:0 30px 30px 30px;
}
h1,h3,form{margin:0;padding:0}
font{font-size:12px}
#header{margin-bottom:12px}
#header h1 a{
	font-size:21px;
	line-height:42px;
	color:#E10601;
	decoration:none;
	text-decoration: none;
	font-family:"arial";
}
#header h1 .cn{
	font-size:42px;
	font-family:"黑体";
}

#menu a{
	display:inline-block;
	overflow:hidden;
	width:100%;
	border:1px solid #999;
	border-width:1px 0 0 1px;
	text-align:center;
	line-height:25px;
}
#menu td{
	border-bottom:1px solid #999;
}
#menu td.st{
	border-bottom:0px solid #999;
	background-color:#fff;
}
#menu td.st a{
	text-decoration:none;
}
#cont{
	padding:1px;
	border:1px solid #999;
	border-width: 0 1px 1px 1px;
	background-color:#fff;
}	
