/* Comments */

body 
{
/*	background:
		-webkit-linear-gradient(#01A, #0fF);
		background:-webkit-gradient(linear, left top, left bottom, from(#00475E), to(#007276));
	*/	
background:
	linear-gradient(toprgba(255,255,255,1),
	rgba(255,255,255,0)),url(...) center bottom no-repeat;
background:
	-moz-linear-gradient(top,rgba(255,255,255,1),
	rgba(255,255,255,0)),url(...) center bottom no-repeat;
background:
	-webkit-linear-gradient(top,rgba(255,255,255,1),
	rgba(255,255,255,0)),url(...) center bottom no-repeat;
		
}




<style>
a:link {color:#F2F5A9;text-decoration:none;}    /* 未被訪問的鏈結 */
a:visited {color:#FFF5A9;text-decoration:none;} /* 已被訪問的鏈結 */
a:hover {color:#E8AF2A;text-decoration:none;}   /* 滑鼠指標移動到鏈結上 */
a:active {color:#F2F5A9;text-decoration:none;}  /* 正在被點擊的鏈結 */


a {text-decoration:none;}

{margin:auto;width:70%;}

p {font-size: 38px;font-weight:100;
	line-height: 0.5;}

h1 {font-family: "Comic Sans MS";font-size: 68px;
	font-style:normal;font-weight:normal;
	font-weight:1;color:#FFF5A9;}

h2 {font-family: "Comic Sans MS";font-size: 55px;
	font-style:normal;font-weight:normal;
	color:#58D3F7;}

h3 {font-family: "Comic Sans MS";font-size: 32px;
	font-style:normal;font-weight:normal;
	color:#f0f0f0;}

h4 {font-family: "Comic Sans MS";
	font-size: 18px;font-style:normal;
	font-weight:normal;display : inline;
	color:  #000;text-decoration:none;}
	
h5 {font-family: "Arial";font-size: 28px;
	font-style:normal;font-weight:normal;
	color:  #000;display : inline;}
	
h6 {font-family: "Arial";font-size: 8px;
	font-weight:normal;line-height: 0.5;}

</style>
