html{ margin:0 auto; padding:0 auto; font-size:15px;}
*{margin:0 auto; padding:0 auto; }

body{
	margin:0 auto;
	padding:0 auto;
	overflow-x:hidden;
	font-size: 12px;
}

a {text-decoration: none;
color:#999999;}

.list1 {
	font-size: 3px;
	font-color:#003399;
	color: #339999;
}

.font_bk {
 color:#aa101c;
 border:1px solid #aa101c;
}

table {

                width: 90%;

                background: #ccc;

                margin: 10px auto;

                border-collapse: collapse;

            }              

            th,td {

                height: 25px;

                line-height: 25px;

                text-align: center;

                border: 1px solid #ccc;
    
            }      

            th {

                background: #eee;

                font-weight: normal;

            }      

            tr {

                background: #fff;

            }      
			
			
			tr:hover {

                background: #dadada;

            }      

            td a {

                color: #06f;

                text-decoration: none;

            }      

            td a:hover {

                color: #06f;

                text-decoration: underline;

            }