body{
	overflow:hidden;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	font-weight: bold;
	background-color: #FFF;
}
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td{margin:0;padding:0}
a{
	text-decoration:none;
	color:#036;
}
a div{
display:none;
position: absolute;
margin-top:105px;
margin-left:133px;
}
a:hover div{
display:block;
}
.tip {
 padding:10px;
position:absolute;
top:0%;
left:0%;
width:300px;
height:300px;
margin-left:0px;
margin-top:0px;
text-align:center;

  opacity:0.8;
  filter:alpha(opacity=80);
}

.tip .body {
	color: #ffffff;
	background-color: #036;
	padding:5px 5px 5px 5px;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
}
.score {
	background-color:#ffffff;
	color:#F00;
	font-size: 300%;
}
