/*body*/
/*
0背景颜色|1背景图|2上传图|3类型|4字体|5大小|6文字颜色=#FFFFFF|bg.jpg||2||12px|#3D3D3D
*/
/*body-end*/
body{
	font-size: 12px;
	background-image: url(bg.jpg);
}
td{
	font-size: 12px;
	color: #3D3D3D; 
}


/*bodybox*/
/*
0背景颜色|1背景图|2上传图|3透明度|4类型=White||||1
*/
/*bodybox-end*/
.bodybox{
	background-color: White;
}



/*textlink*/
/*
0字体|1大小|2颜色|3加粗|4斜体|5鼠标滑过颜色=|12px|#3D3D3D|||Red
*/
/*textlink-end*/
a{
	color: #3D3D3D; 
}
a:visited{
	color: #3D3D3D; 
}
a:hover{
	color: Red; 
}
