*
   {
	margin: 0;
	padding: 0;
	list-style:none;
	font-weight:normal;
    }
img
    {
	border:0;
	}
body 
    {
	font-family: Arial,Verdana,Helvetica, sans-serif;
	background-color:#000;
	color:#fff;
	font-size:12px;
	text-align:center;
	line-height:23px;
	}
a 
    {
	color:#0E176E;
	text-decoration:none;
	}
a:hover
    {
	color:#f60;
	}
em
    {
	font-style:normal;
	}
#entire
    {
	margin:0 auto 0;
	width:375px;
	height:340px;
	text-align:left;
	position:relative;
	}

.box
   {
   width:175px;
   background-color:#fff;
   border:1px solid #139ceb;
   opacity:0.8;
   filter:Alpha(Opacity=80);
   -moz-opacity: 0.8;
   color:#000;
   }
.box .left
   {
   width:175px;
   margin:4px;
   }
.box .left h3
   {
   font-size:14px;
   font-weight:bold;
   }
.box .left ul li
   {
   height:20px;
   line-height:20px;
   }
.box .num
   {
   clear:both;
   margin:4px;
   }
.box h4
  {
	  font-size:12px;}
.box .num em
   {
   font-weight:bold;
   }
.box h4.red
   {
   color:#0E176E;
   }
