a:link
{
	color: rgb(51,153,255); 
}

/* global
----------------------------------------------- */
body
		{
		font-family: Verdana, Arial, Helvetica; 
		background-color: rgb(255,255,204); 
		color: #333300
		}


/* links
----------------------------------------------- */



/* text
----------------------------------------------- */
.verse
		{
		font-family: "Book Antiqua"; 
		color: #993300; 
		font-size: 14pt;
		font-style: italic; 
		font-weight: bold; 
		margin-left: 30px
		}
.versenum
		{
		color: #A57401; 
		font-family: "Times New Roman"; 
		font-weight: bold; 
		margin-left: 30px
		}

.tabletop    { background-color: #996633; color: #FFFFFF; font-weight: bold }
.formbot     { background-color: #CC9900 }
.formbar     { background-image: url('images/brownspacer_horz.gif') }
.formtop     { background-color: #CC6600; color: #000000 }

.rightcol
		{
		float: right;
		position: relative; 
		left: 500; width: 300; 
		font-weight: 
		bold;
		text-align: Left; 
		border-left: 2 solid #808080; 
		margin-top: 10; 
		padding-left: 20;
		padding-right: 10;
		padding-top: 10; 
		padding-bottom: 10
		}

table
{
	table-border-color-light: rgb(255,204,102);
	table-border-color-dark: rgb(204,153,102); 
}

a:visited
{
	color: rgb(255,153,0);
} 
a:active     { color: #00FF00 }




/* headings
----------------------------------------------- */
h1
		{
		font-family: "Times New Roman", Times;
		color: rgb(153,153,51);
		}
h2
		{
		font-family: "Times New Roman", Times;
		color: rgb(204,153,0); 
		}
h3
		{
		font-family: "Times New Roman", Times;
		color: rgb(0,102,153); 
		}
h4
		{
		font-family: "Times New Roman", Times;
		color: rgb(153,153,0);
		}
h5
		{
		font-family: "Times New Roman", Times;
		color: rgb(255,153,0);
		}
h6
		{
		font-family: "Times New Roman", Times;
		color: rgb(51,102,204);
		}