body{
    background-color:#060606;
	background-image:url('gry2blck.png');
	background-repeat:repeat-x;
    font-family: Helvetica, Arial, Geneva, sans-serif;
}

p {
	font-size: 16px;
}

li {
	font-size: 14px;
}

h2 {
	color: #000000;
	font-size: 24px;
	font-weight: bold;
}

h1 {
	font-size: 30px;
	color: #333333;
	font-weight: bold;
}

a:link {
	color: #000099;
	text-decoration: none;
}

a:visited {
	color: #000099;
	text-decoration: none;
}

a:hover {
	color: #006699;
	text-decoration: underline;
}

div.menu {
	font-size: 18px;
	color: white;
	margin: 0;
	padding: 0;
}
div.menu a {
	font-weight: bold;
	text-decoration: none;
	text-align: right;
	letter-spacing: 1px;
	margin: 1px;
	padding-right: 2px;
	color: white;
}
div.menu a:link{
	color: white;
	border: 2px ;
}
div.menu a:visited{
	color: white;
	border: 2px ;
}
div.menu a:hover{
	color: yellow;
	text-decoration: none;
}
	
.verse {
     font-style: italic;
	 padding: 9px;
}