BODY{
	background-image : url(pictures/templebk.jpg);
	background-color : #ffffff;
	background-position : center;
	background-repeat : no-repeat;
	background-attachment: fixed;
	font-family : "Times New Roman", Times, serif;
	font-size : 12pt;
}
A:LINK {
	color : Blue;
	font-weight : bold;
}
A:VISITED {
	color : Blue;
	font-weight : bold;
}
A:HOVER {
	color : Purple;
	font-weight : bold;
}
