/* b i b l e :: css*/

a:link {color:#2c80ff; text-decoration: none}    /* unvisited link */
a:visited {color:#0066FF; text-decoration: none} /* visited link */
a:hover {color:#cdcdcd; text-decoration: underline}   /* mouse over link */
a:active {color:#cdcdcd; text-decoration: underline}  /* selected link */

/* And I declared that the dead,
       who had already died,
       are happier than the living,
       who are still alive.  
E c c l e s i a s t e s 4:2  */


body {
	background: #f0f0f0;
	text-align: left;
	font-family:Verdana;
	margin:centerx
}

ADDRESS
{
    FONT-SIZE: xx-small;
    FONT-STYLE: italic;
    TEXT-ALIGN: center
}

p {
	color: #555555;
	letter-spacing:1px;
	font-size:12px}

h1 {
	color: #000000;
	letter-spacing:4px;
	text-indent:50px;
	font-size:22px;}

h2 {
	color: #2a2a2a;
	letter-spacing:4px;
	text-indent:50px;
	font-size:18px;}

h3 {
	color: #555555;
	letter-spacing:4px;
	font-size:16px;}

