.text {
font-family: arial, sans-serif;
text-align: justify;
margin-left: 5%;
margin-right: 5%;
}

.list {
font-family: arial, sans-serif;
margin-left: 5%;
margin-right: 5%;
}

.text75 {
text-align: center;
margin-left: 15%;
margin-right: 15%;
color: #006666;
}

.verse {
	background-color: transparent;
	background-position: center;
	border-color: transparent;
	border-style: hidden;
	color: blue;
	font-family: cursive;
	left: 2em;
	right: 2em;
	text-align: center;
}

.nobullet {
list-style-type: none
}

.rule {
width: 95%;
height: 400px;
color: #ffffff;
}


/*body {
		font: medium arial, helvetica, sans-serif;
	}*/
	
a:link { color:#0000FF; }
a:vlink { color:#880088; }
a:alink { color:#FF0000; }
a:hover { color:#0099FF; }
	
	#header ul {
		list-style: none;
		padding: 0;
		margin: 0;
	}
	
	#header li {
		display: inline;
		margin: 0 2px 0 0;
	}
	
	#header a {
		padding: 0 1em;
		text-decoration: none;
		color: #a80;
		background: #ccffff;
	}
	
	#header a:hover {
		background: #00FFFF;
		color: #540;
	}
	
	#header #selected {
	}
	
	#header #selected a {
		padding-bottom: 2px;
		font-weight: bold;
		color: black;
		color: black;
		background: #00FFFF;
	}
	
	#content {
		border-top: 2px solid white;
		padding: 1em;
   background-color:#00FFFF;
   color:#000000;
	}
	
	#content p {
		margin: 0;
		padding: 1em;
		background: white;
	}
	
	/*h1 {
		font-size: 1.5em;
	}*/