/* CSS Document */

body{ margin:0px}

ul{ 
	margin:0px; padding:0px;}
.num li{ 
	float: left; 
    color: #FF7300; 
    text-align: center; 
    line-height: 10px; 
    width: 20px;
    font-family: Arial; 
    font-size: 12px; 
    overflow: hidden; 
    margin: 0 1px; 
	padding:3px 0px;
    background-color: #fff;
	border:1px solid #666666}
.num li a:hover{
	color: #fff; 
    line-height: 10px; 
    width: 20px; 
    height: 10px; 
    font-size: 12px; 
    margin: 0 1px; 
	padding:3px 0px;
    border: 0; 
    background-color: #FF7300; 
    font-weight: bold; 
	cursor:hand;}

a{ text-decoration:none; color:#FF7300;}