@charset "utf-8";
a {
	color:#006633;
}
p a {
	color:#000;	
}

p a:hover {
	background-color:#000;
	color:#FFF;
}
img a:hover {
	background-color:#000;
}
h1 {
	color:#006633;
	font-weight: bolder;
	font-size: 24px;
}
h2 {
	color:#006633;
	font-weight: bold;
	font-size: 20px;
}
h3 {
	color:#006633;
	font-style: italic;
	font-weight: normal;
	font-size: 18px;
}
h4 {
	color:#006633;
	font-weight: normal;
	font-size: 16px;
}
h5 {
	color:#006633;
	font-style: italic;
	font-weight: lighter;
	font-size: 14px;
}
h6 {
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color:#006633;
	font-size: 12px;
}
p {
	line-height: 1.5;
	font-size: 14px;
	font-weight: normal;
	color: #000;
}
#scriptures p {
	text-align:justify;
	padding-right:10px;
}

li {
	line-height: 1.5;
}
.p {
	line-height: 1.5;
	font-size: 14px;
	font-weight: normal;
	color: #000;
}
.p a {
	color:#000;	
}
.p a:hover {
	background-color:#000;
	color:#FFF;
}
.h a:hover {
	background-color:#006633;
	color:#FFF;
}

.center {
	text-align: center;
}
.left {
	text-align: left;	
}
.right {
	text-align: right;	
}
.justify {
	text-align: justify;	
}
.indent {
	text-indent: 40px;
}
.umderline {
	text-decoration: underline;
}
.bold {
	font-weight: bold;
}
.size24 {
	font-size: 24px;
}
.size22 {
	font-size: 22px;
}
.size20 {
	font-size: 20px;
}
.size18 {
	font-size: 18px;
}
.size16 {
	font-size: 16px;
}
.size14 {
	font-size: 14px;
}
.colorGold {
	color: #CC9900;
}
.colorRed {
	color: #FF0000;
}
.colorBlue{
	color: #000080;
}
.colorBlack {
	color: #000;
}
.colorGreen {
	color:#006633;
}
#names tr td {
	text-align: center;
}

