/* STANDARD STYLE SHEET FOR FIRST BAPTIST CHURCH */

/* Link tags are order-dependent:  link, visited, hover, active */


/* GENERAL DEFAULT FOR OVERALL PAGE BACKGROUND */
body		{ background-color: #000048; }


/* GENERAL DEFAULT FOR LINKS */
a { }
a:visited { color: #8000c0; text-decoration: underline; }			/* Violet link */
a:hover { color: #0099FF; text-decoration: underline; }				/* Cyan link */


/*  TOP LINE MENU */
.topmenu {
	font-family: Arial, Helvetica, sans-serif;
	font-size: xx-small;
	font-weight: bold;
	font-style: normal;
	color: BLACK;
	text-decoration: none;
	text-align: center;
		}
.topmenu a { font-size: xx-small; color: BLACK; text-decoration: underline; }
.topmenu a:link { color: BLACK; text-decoration: underline; }
.topmenu a:visited { color: BLACK; text-decoration: underline; }
.topmenu a:hover { color: #0099FF; text-decoration: underline; }	/* Cyan link */
.topmenu a:active { color: RED; text-decoration: underline; }


/* ON-PAGE LINKS */
.onpage { }										/* Force on-page menus to show as not visited */
.onpage a { }	
.onpage a:link { }
.onpage a:visited { }
.onpage a:hover { color: #0099FF; text-decoration: underline; }	/* Cyan link */
.onpage a:active { color: RED; }


/* IMAGE LINK BORDERS */
.image_link  img  { border-color: black; }


/* COPYRIGHT NOTICE LINE */
#copyright {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;  font-weight: normal;  font-style: normal;
	color: BLACK;  text-decoration: none;  text-align: center; }


/* END OF STANDARD STYLE SHEET FOR FIRST BAPTIST CHURCH */
