/* Include next line in header of html file */
/* <link rel="stylesheet" type="text/css" href="1.css" /> */

common {
	font-family: "Arial", "Helvetica", sans-serif;
/*	font-family: "Times New Roman", Times, serif;*/
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
	background-image: url(images/temple.jpg);
	background-repeat: repeat;
}

body {
background-attachment: scroll; 
background-color: #FFFFFF; 
}

h1 {
	font-family: "Arial", "Helvetica", sans-serif;
/*	font-family: "Times New Roman", Times, serif;*/
font-size:24pt;
color: #000000;
text-align: center; 
}

h2 {
	font-family: "Arial", "Helvetica", sans-serif;
/*	font-family: "Times New Roman", Times, serif;*/
font-size: 18pt;
color: #000000;
text-align: center; 
}

h3 {
	font-family: "Arial", "Helvetica", sans-serif;
/*	font-family: "Times New Roman", Times, serif;*/
font-size: 14pt;
color: #000000;
text-align: center; 
}

h4 {
	font-family: "Arial", "Helvetica", sans-serif;
/*	font-family: "Times New Roman", Times, serif;*/
font-size: 12pt;
color: #000000;
text-align: center; 
}

p {
	font-family: "Arial", "Helvetica", sans-serif;
/*	font-family: "Times New Roman", Times, serif;*/
font-size: 12pt;
font-weight: normal;
color: #000000;
letter-spacing: normal; 
word-spacing: normal; 
white-space: normal
}

a {
	font-style: normal;
	font-size: 12pt;
	font-weight: bold;
}

A:link {text-decoration: none;
color: blue;
}
A:visited {text-decoration: none;
color: blue;
}
A:active {text-decoration: none;
color: blue;
}
A:hover {text-decoration: none;
color: yellow;
}