BODY {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
    cursor: crosshair;
}

a:active  {
	font-size : 60%;
	color : Yellow;
}

a:LINK  {
	text-decoration : none;
	font-size : 60%;
	color : White;
}

a:HOVER {
	font-size : 60%;
	color : White;
	text-decoration : underline;
}

a:VISITED {
	text-decoration : none;
	font-size : 60%;
	color : White;
	font-weight : bold;
}

.H1 {
	color : #000FAA;
	font-family : "Times New Roman", Times, serif;
	font-size : 250%;
	font-style : italic;
}

.H2 {
	color : Black;

	font-size : 160%;
	font-style : italic;
}

.H3 {
	color : #990000;

	font-size : 140%;

}

.H4 {
	color : #629500;

	font-size : 115%;
}

.H5 {
	color : #00009C;
	font-size : 100%;
	font-weight : 900;
}

.H6 {
	color : Black;
	font-size : 80%;
	font-style : italic;
	font-weight : 800;
}
.verse {
	font-size : 70%;
	color : Red;
	font : bold;
}
.verse2 {
	font-size : 70%;
	color : Black;
}
.menu {
	font-size : 9;
	color : #333388;
}

   TD.normal {
	color: White;
	font-weight: bold;
	background: transparent;
}

   TD.selected {
   	color: White;
      font-weight: bold;
      background: #5669f8;
   }




