body {

    background-color: #ffffff;
    text-align: left;
    margin: 20px;
	margin-top: 0px;
    padding: 20px;
	background-image: url(../images/bg_stats.gif);
	background-repeat:repeat-x;

    font-size: 16px;
    color: #333333;
    font-family: Georgia,'Times New Roman',times,serif;
}
a{
	color: #333333;
	
}
a:hover {
color: #ff6600;
}
a.top {
	color: #ffffcc;
	
}
a.top:hover {
color: #ffcc33;
}
h1 {
text-align:center;
margin-left:auto;
margin-right:auto;
color: #ffffff;
margin-top: -20px;
}

.tips {
border-style:dashed;
background-color: #F4F0F0;
border-width:1px;
border-color: #000000;
padding: 20 px;
display: block;
}
.tips h2 {
margin-left: 50px;
}
.tips {

    background-image: url(../images/bulb.gif);
    background-repeat: no-repeat;
   
}


