/* CSS Document */

body {
	text-align:		center;
	font-family:	Helvetica, LiHei, SimHei;
	font-size:		10px;
	letter-spacing:	1px;
	line-height:	20px;
	color:			#666666
	}
	
h1 {
	font-style:		normal;
	font-weight:	50;
	font-size:		14px;
	line-height:	20px;
	}

b {
	font-style:		normal;
	font-weight:	100;
	font-size:		10px;
	letter-spacing:	1px;
	line-height:	18px;
	color:			#999999
	}
	
#logo {
	margin:			50px;
	}

a { 	
	color:	#6699CC; 
	text-decoration: none;
	}   
a:visited { 
	color:	#3366CC; 
	}  
a:hover { 
	color:	#66CCFF;  
	}