   body, html {
    margin: 0px auto ;
    border: 0px ;
    padding: 0px ;
    width: 672px ;
    background: #003 ;
    color: #003 ;
    font-size: 13px ;
    font-family: Arial ;
    height: 100% ; 
    min-height: 100% ; 
   }
   a {
	   color: #009 ;
	   font-weight: bold ;
	   text-decoration: none ;
	   cursor: crosshair ;
   }
   a:hover {
	   text-decoration: underline ;
   }
   .terms {
	   text-align: justify ;
   }
   .terms h1 , .terms h2 , .terms div {
	   margin: 0px 0px 10px 0px ;
   }
   h1 {
	   font-size: 24px ;
   }
   h2 {
	   font-size: 18px ;
   }
   .terms div div {
	   margin: 10px 0px 0px 20px ;
   }
   .updatetime {
	   color: #999 ;
	   font-size: 12px ;
	   text-align: right ;
   }
   .footer {
	   padding-top: 10px ;
	   color: #003 ;
	   font-size: 12px ;
	   text-align: center ;
   }
   .footer .links {
	   padding: 10px ;
	   text-align: right ;
   }
   .homelink {
	   width: 286px ;
	   height: 62px ;
	   display: block ;
	   margin: 10px 0px 28px 0px ;
   }
   .homelink:hover {
	   background-color: #003;
	   opacity: .1 ;
	   -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=10)";
	   filter: alpha(opacity=10) ;
   }
