/* 网页边距 */
body 
{
	margin-left: 1.5em;
	margin-top: 0em;
	margin-right: 1em;
	margin-bottom: 0em;
}

/* 链接不变色 */
a:link { color:#000; }
a:visited { color:#000; }
a {text-transform:none;text-decoration:none;} 
a:hover {text-decoration:underline} 

/* 标题字体 */
.title1 {color: #000000; font-size:3.2em; }

/* 小号字体 */
.style1 {color: #000000; font-size:1.6em; }

/* 中号字体 */
.style2 {color: #000000; font-size:2em; }

/* 大号字体 */
.style3 {color: #000000; font-size:2.8em; }

/* 注释字体 */
.style4 {color: #666666; font-size:1.3em; }

/* 标题字体 */
.title5 {color: #000000; font-size:3.5em; }

/* 标题字体 */
.title6 {color: #000000; font-size:4.5em; }

/* 以下是数据表格使用的样式 */
/* 连线样式 */
#table-1 tr 
{
border-top-width: 1px;
border-top-style: solid;
border-top-color: rgb(211, 202, 221);
}

#table-1 thead th {
background-color: rgb(156, 186, 95);
color: #fff;
border-bottom-width: 0;
}

#table-1,#table-1 th,#table-1 td
{
  border: 0px solid;
  text-align:center;
}

#table-1 
{
width:100%;
border-bottom-width: 1px;
border-bottom-style: solid;
border-bottom-color: rgb(211, 202, 221);
}
/* 内边距和字体 */
#table-1 td, #table-1 th 
{
  height:2.0em;
padding: 0px 0px;
font-size: 1.4em;
font-family: Verdana;
color: #000;

}
/* 填充颜色 */
#table-1 tr:nth-child(even) 
{
background:rgb(223, 216, 232)
}
#table-1 tr:nth-child(odd) 
{
background: #FFF
}


h9 {text-align: left}

/* 以下是菜单（首页）表格使用的样式 */
/* 连线样式 */
#table-2 thead, #table-2 tr 
{
border-top-width: 1px;
border-top-style: solid;
border-top-color: green;
}

#table-2
{
  border: 2px solid red;
  text-align:center;
  height:94%;
  width:100%;
}

/* 内边距和字体 */
#table-2 td, #table-2 th 
{
  border: 2px solid red;
padding: 0em 0em;
font-size: 1.2em;
font-family: Verdana;
color: #2F4F4F
}
/* 填充颜色 */
#table-2 tr:nth-child(even) 
{
background: #FFF
}
#table-2 tr:nth-child(odd) 
{
background: #FFF
}


#table-3,#table-3 th
{
  border: 0px solid red;
  text-align:center;
  height:50%;
  width:70%;
}
#table-3 td
{
font-size: 2.4em;
  border: 0px solid red;
  text-align:center;
  height:2.3em;
}

#table-4,#table-4 th
{
  border: 2px solid red;
  text-align:center;
  height:70%;
  width:80%;
}
#table-4 td
{
font-size: 2.4em;
  border: 2px solid red;
  text-align:center;
  height:2.3em;
}

#table-5,#table-5 th
{
  border: 0px solid red;
  text-align:center;
  height:70%;
  width:90%;
}
#table-5 td
{
font-size: 2.4em;
  border: 0px solid red;
  text-align:center;
  height:2.3em;
}
