/* CSS definition file containing site wide stylesheets */

A:active {
	font-family: "Arial Unicode MS",  sans-serif;
 	font-weight: normal;
 	font-style: normal
}

.Normal {
	font-family: "Eras Medium ITC",  sans-serif;
 	font-size: 12pt;
 	color: rgb(0,0,0);
 	font-weight: normal;
 	font-style: normal;
 	background-color: rgb(255,255,255);
 	background-image: url( "./assets/images/background.gif" )
}

A:link {
	font-family: "Arial Unicode MS",  sans-serif;
 	color: rgb(0,0,102)
}

.Scripture {
	font-family: "Eras Medium ITC",  sans-serif;
 	font-size: 12pt;
 	color: rgb(255,0,0);
 	font-weight: normal;
 	font-style: normal;
 	background-color: transparent;
 	background-image: url( "./assets/images/background.gif" )
}

A:visited {
	font-family: "Arial Unicode MS",  sans-serif;
 	color: rgb(153,0,153)
}

.Heading1 {
	font-family: "Eras Demi ITC",  sans-serif;
 	font-size: 24pt;
 	color: rgb(255,0,0);
 	font-weight: normal;
 	font-style: normal
}

A {
	font-family: "Arial Unicode MS",  sans-serif;
 	font-weight: normal;
 	font-style: normal
}

.Heading2 {
	font-family: "Eras Demi ITC",  sans-serif;
 	font-size: 20pt;
 	color: rgb(0,0,128);
 	font-weight: normal;
 	font-style: normal;
 	text-decoration: none ;
 	background-color: transparent
}

A:hover {
	font-family: "Arial Unicode MS",  sans-serif;
 	color: rgb(0,0,102);
 	font-weight: normal;
 	font-style: normal
}