body { background-color: #dff1f4; width:424px; margin:0px auto; padding:0;}
.toptext { margin-left:60px;font-family:Impact;font-size:32px;letter-spacing:-2px;text-decoration:none;
    text-shadow:black -2px 0px 0px,black 2px 0px 0px,black 0px 2px 0px,black 0px -2px 0px,black 3px 4px 5px;
    color:#ffffff; }  
.responsive_thumbs img{ border:2px solid #FFFFFF; border-radius:5px; box-shadow:2px 3px 5px #000; margin:2px; transition:transform 0.2s; }
.responsive_thumbs img:hover{ transform:scale(1.18);  transition:transform 0.1s; }
  
A:link { FONT-SIZE: 12pt; COLOR: #0033FF; TEXT-DECORATION: none }
A:visited { FONT-SIZE: 12pt; COLOR: #0033FF; TEXT-DECORATION: none }
A:hover { FONT-SIZE:12pt; COLOR: #cc3300; TEXT-DECORATION: underline; background-color:#C6E7CA  }

.mleft { margin-left: 40px; } 
.ldivleft { position:absolute; left:10px; top:10px; 
    width:427px; height:640px; z-index:7; background-color:#C6E7CA; }
.ldiv { position:relative; left:1px; top:1px; width:424px; z-index:7; }

.bdiv { text-align:center; border:2px solid #a1a1a1; padding:10px 40px; 
    background:#dddddd; width:350px; border-radius:25px; -moz-border-radius:25px; /* 老的 Firefox */
    }
    
.btn{ display: inline-block; margin-top: 1px; padding: 2px 4px 2px 4px;     
    border-radius: 8px; background-color: #63b7ff; color: #fff; cursor: pointer; FONT-SIZE: 10pt; }     
.btn:hover{ background-color: #99c6ff; }    
