/* Style sheet for the Organ site*/

body {
	background-image: url("../images/green02.gif");
	background-repeat: repeat; 
}

body, p, tr, td, ul, li {
	color: #000000; 
	font-family: Tahoma, Verdana; 
	font-size: 11px;
}

a, a:link, a:visited, a:active {
	color: #0000ff; 
	text-decoration: none; 
}

a:hover {
	color: #ff0000;
}
.header1, h1 {
	color: #E0FFE0; 
	background: #006000; 
	font-weight: bold; 
	font-size: 13px; 
	margin: 0px; 
	padding: 2px 2px 2px 5px; 
}

.header2, h2 {
	color: #006000; 
	background: #C0FFC0; 
	font-weight: bold; 
	font-size: 12px;
}

.intd {
	padding: 5px 5px 15px 15px; 
}

/*new element for displaying code in light grey, Courier (for debug SQL queries) */
.codescape {
	font-family: monospace;
	font-size: 10px;
	color: #808080;
}

.fbquote {
	font-family: monospace; 
	font-size: 12px; 
	font-style: italic;
}
.fbauthor	{
	font-family: Tahoma, Verdana, sans-serif; 
	font-size: 9px; 
	text-align: right;
}

.dropcap {
	float:left; 
	color:#ff0000; 
	font-size:30px; 
	line-height:20px; 
	padding-top:5px; 
	font-family: Times, serif, Georgia; 
	font-style: italic
} 

.bigcap	{
	float:left; 
	color:#ff0000; 
	font-size:30px; 
	font-family: Times, serif, Georgia; 
} 
.text_cell {
	background:#E0FFE0; 
	padding-bottom: 10px;
}

.table_bg {
	background:"#006000"
}

hr {
	color: #CFA1A4; 
	height : 1px;
}

