﻿
html {
  height:100%;
}

body {
  margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
  height:100%;
}

body, td, th, div {
	font-size:12px;
	font-family:Arial, Verdana, Sans-Serif, 'Microsoft YaHei';
	color:#2B3135;
}

table {
  border-collapse:collapse;
}

td {
  border:1px solid #000000;
  text-align:center;
  padding:2px;
  word-break:break-all;
}

A
{
    text-decoration: none;
}

a:link
{
     /*未访问*/
    /*text-decoration: none;*/
    color:#000000;
}

a:visited {
    /*已访问*/
    color:#000000;
}

a:hover {
     /*鼠标悬停*/
    color:black;
    text-decoration:none;
}

li{
    list-style-type:none;
}

.STYLE1 {
  font-size:25px;
  color:#0000FF;
  width:500px; 
  margin:0 auto; 
  text-align:center;
}

.STYLE2 {
  width:600px; 
  margin:30px auto; 
  text-align:left;
  background-color:red;
}

.STYLE3 {
  float:left;
  margin-top:25px;
  font-size:16px;
}

.STYLE4 {
  margin-left:85px;
}

.STYLE5 {
  /*clear:both; 
  margin-left:165px;*/
}

.STYLE6 {
  margin-left:25px;
}

.STYLE7 {
  clear:both;
  float:left;
  margin-left:0px;
  margin-top:25px;
  font-size:16px;
}

/*.STYLE8 {
    margin-left:53px;
}*/
