h1 {color: #6876B5} {font-family: Microsoft JhengHei} {font-weight: bold} {color:#FFFFFF} {font-weight:bold} {text-align:center}
h2 {color: #6876B5} {font-family: Microsoft JhengHei} {font-weight: bold} {color:#FFFFFF} {font-weight:bold} {text-align:center}
h3 {color: #6876B5} {font-family: Microsoft JhengHei} {font-weight: bold} {color:#FFFFFF} {font-weight:bold} {text-align:center}
h4 {color: #6876B5} {font-family: Microsoft JhengHei} {font-weight: bold} {color:#FFFFFF} {font-weight:bold} {text-align:center}
h5 {color: #6876B5} {font-family: Microsoft JhengHei} {font-weight: bold} {color:#FFFFFF} {font-weight:bold} {text-align:center}
h6 {color: #6876B5} {font-family: Microsoft JhengHei} {font-weight: bold} {color:#FFFFFF} {font-weight:bold} {text-align:center}
p {color: #CCCCCC} {font-family: Microsoft JhengHei} 

body
{ 
background-image: url(../images/bg.png)
}

body
{
background-attachment: fixed;
}

body
{
background-repeat: repeat-x;
}

body { //For below use a colour chart (hex or HTML)
scrollbar-base-color: #FF0000; 
scrollbar-arrow-color: #0000ff; 
scrollbar-3dlight-color: #2A7FD5; 
scrollbar-darkshadow-color: #2A7FD5; 
scrollbar-face-color: #88B5E2; 
scrollbar-highlight-color: #5EA6EE; 
scrollbar-shadow-color: #009300; 
scrollbar-track-color: #92BAE2; 
}

a:link { 
	color: #5AA0F5; //Colour of a hyperlink - Use a hex colour chart for this
	}
a:visited { 
	color: #1B7EF8; //Colour of a visited hyperlink - Use a hex colour chart for this
	}
a:active { 
	color: #91C1FB; //Colour of a active hyperlink - Use a hex colour chart for this
	}
