body {
	background-color: #f5f5f5;
	background-image: url(pic/bg.jpg);
	font-size: 12px;
	font-style: normal;
	line-height: 20px;
	color: #5588FF;
}
.style1 {color: #F5F5F5}
a:link {
	color: #6699FF;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #6699ff;
}
a:hover {
	text-decoration: none;
 color:blue;}
a:active {
	text-decoration: none;
}
