body {
background-image : url(images/bk_jesus.gif); 
background-repeat : repeat; 
} 

a {
	color: #0000FF;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #0000FF;
}
a:hover {
	text-decoration: underline;
	color: #0000FF;
}


h1 {
font-size : 18pt;
color : black;
font-family: Georgia;
}

h2 {
font-size : 16pt;
color : black;
font-family: Georgia;
}

h3 {
font-size : 14pt;
color : black;
font-family: Georgia;
}

h4 {
font-size : 12pt;
color : black;
font-weight: normal;
font-family: Georgia;
}

h5 {
font-size : 10pt;
color : black;
font-weight: normal;
font-family: Georgia;
}

h6 {
font-size : 6pt; 
color : black;
font-family: Georgia;
}

img
{  border-style: none;
} 
/* This class can be used with any HTML tag */

.highlight {color: green;}
