.copyright {											/*  Used on copyright and church location verbiage */
	font-family : Verdana, Arial, San-Serif;
	font-size : 11px;
	font-weight : bold;
	font-style : normal;
	color : black;

}
p, body, td, li, ul, ol  {
	font-family : Verdana, Arial, San-Serif;
	font-size : 13px;
	font-weight : normal;
	font-style : normal;
	color : black;
}

h1  {
	font-family : Verdana, Arial, Sans-Serif;
	font-size : 21px;
	font-style : normal;
	font-weight : bold;
}

h2  {
	font-family : Verdana, Arial, Sans-Serif;
	font-size : 17px;
	font-style : normal;
	font-weight : bold;
}

h3  {
	font-family : Verdana, Arial, Sans-Serif;
	font-size : 15px;
	font-style : normal;
	font-weight : bold;
}

A:Link  { font-family : Verdana, Arial, Sans-Serif; font-size : 13px; font-style : normal; font-weight : normal; color : #9c3131; text-decoration : none; background-color : transparent; }

A:Visited  { font-family : Verdana, Arial, Sans-Serif; font-size : 13px; font-style : normal; font-weight : normal; color : #5C612E; text-decoration : none; background-color : transparent;}

A:Active  { font-family : Verdana, Arial, Sans-Serif; font-size : 13px; font-style : normal; font-weight : normal; color : Black; text-decoration : underline; background-color : transparent; }

A:Hover  { font-family : Verdana, Arial, Sans-Serif; font-size : 13px; font-style : normal; font-weight : normal; color : #e78787; text-decoration : none; background-color : transparent; }

body  {
	margin-bottom : 0;
	margin-left : 0;
	margin-top : 0;
	margin-right ; 0;
}

.heading  {										/* Used for page month notation in heading */
	font-family : Verdana, Arial, San-Serif;
	font-size : 15px;
	font-weight : bold;
	font-style : normal;
	color : black;
}

.longquote {								/* used for long quotations inside a block quote */
	font-family : Verdana, Arial, San-Serif;
	font-size : 13px;
	font-weight : normal;
	font-style : italic;
	color : black;
}

.cite {																/* Used for biblical site references */
	font-family : Verdana, Arial, San-Serif;
	font-size : 10px;
	font-weight : normal;
	font-style : italic;
	color : black;
}

.verse {														/* Used for biblical quotataions.  Used in conjunction with .site style   Used on FAQ page */
	font-family : Verdana, Arial, San-Serif;
	font-size : 13px;
	font-weight : normal;
	font-style : italic;
	color : black;
}

.smalllink {												/* Used for Dami's page bottom link */
	 font-family : Verdana, Arial, Sans-Serif; 
	 font-size : 10px; 
	 font-style : normal; 
	 font-weight : normal; 
	 color : #9c3131; 
	 text-decoration : underline; 
	 background-color : transparent; 
 }
 
.line {														/* Underline */
	text-decoration : underline;
}

.blue {														/* Used on FAQ page */
	color : #00008B;
	font-weight : bold;
}

.red {														/* Used on FAQ page */
	color : red;
	font-weight : bold;
}

.bold {														/* Plain old BOLD! */
	font-weight : bold;
}

.big  {										/* Used for 15 px and bold text */
	font-family : Verdana, Arial, San-Serif;
	font-size : 15px;
	font-weight : bold;
	font-style : normal;
}

.bigyellow  {										/* Used for 15 px and bold YELLOW text YNL */
	font-family : Verdana, Arial, San-Serif;
	font-size : 15px;
	font-weight : bold;
	font-style : normal;
	color:yellow;
}

.bigred  {										/* Used for 15 px and bold RED text YNL */
	font-family : Verdana, Arial, San-Serif;
	font-size : 15px;
	font-weight : bold;
	font-style : normal;
	color : red;
}

.bigblue  {										/* Used for 15 px and bold BLUE text YNL */
	font-family : Verdana, Arial, San-Serif;
	font-size : 15px;
	font-weight : bold;
	font-style : normal;
	color : blue;
}

.normalwhite  {										/* Used for 13 px and bold WHITE text  YNL*/
	font-family : Verdana, Arial, San-Serif;
	font-size : 13px;
	font-weight : bold;
	font-style : normal;
	color : white;
}

.big21  {										/* Used for 21 px and bold text  YNL*/
	font-family : Verdana, Arial, San-Serif;
	font-size : 21px;
	font-weight : bold;
	font-style : normal;
}

.normal  {										/* Used for normal text */
	font-family : Verdana, Arial, San-Serif;
	font-size : 13px;
	font-weight : normal;
	font-style : normal;
}
.insetleft {
	margin-left: 100 px;
}
.hangingindent {
	margin-left: .5 in;
	text-indent: -.5in;
}

.bookindent {
	margin-left: .5 in;
}

.highlight {								/*  Used on December2000 Min to Seniors Page  Orange and Italic */
	color:#ff9900;
	font-style: italic;
}

.cancel { 									/* Strike throught font */ 	
text-decoration : line-through; }
