/* white color theme */

body {
	color: #555753;
	background: white url(bible_bgnd_40.png) no-repeat fixed center;
}
a:link {
	color: #555753;
}
a:visited {
	color: #555753;
}
a:hover, a:focus, a:active {
	color: #9685BA;
}

.bible_version_select{
	background: white;
	color: black;
}

.bible_book_select {
	background: #DDDDDD;
	color: black;
}

#chapters_dropdown select {
	background: #DDDDDD;
	color: black;
}

#bible_text_search {
	background: white;
	color: black;
}

#submit_btn {
	background: white url(bible_button.png) no-repeat center;
	border: none;
}

#settings_button {
	background: white url(settings_button.png) no-repeat center;
	border: none;
}
