/* SPECIAL STYLE SHEET FOR FIRST BAPTIST CHURCH TO DEFINE VARIOUS COLOURED LINKS */

/* Link tags are order-dependent:  link, visited, hover, active */


.RED { font-family: Arial, Helvetica, sans-serif; font-weight: normal; font-style: normal;
					font-size: xx-small; color: RED; text-decoration: none; }
.RED a { font-size: xx-small; color: RED; text-decoration: underline; }
.RED a:link { color: RED; text-decoration: underline; }
.RED a:visited { color: RED; text-decoration: underline; }				/* Keep it RED !! */
.RED a:hover { color: #ff8040; text-decoration: underline; }			/* Orange link */

.PINK { font-family: Arial, Helvetica, sans-serif; font-weight: normal; font-style: normal;
					font-size: xx-small; color: #ff0080; text-decoration: none; }
.PINK a { font-size: xx-small; color: #ff0080; text-decoration: underline; }
.PINK a:link { color: #ff0080; text-decoration: underline; }
.PINK a:visited { color: #ff0080; text-decoration: underline; }			/* Keep it PINK !! */
.PINK a:hover { color: #ff80ff; text-decoration: underline; }				/* Lighter link */

.BROWN { font-family: Arial, Helvetica, sans-serif; font-weight: normal; font-style: normal;
							font-size: xx-small; color: BROWN; text-decoration: none; }
.BROWN a { font-size: xx-small; color: BROWN; text-decoration: underline; }
.BROWN a:link { color: BROWN; text-decoration: underline; }
.BROWN a:visited { color: BROWN; text-decoration: underline; }		/* Keep it BROWN !! */
.BROWN a:hover { color: #ff8040; text-decoration: underline; }		/* Orange link */

.BLACK { font-family: Arial, Helvetica, sans-serif; font-weight: normal; font-style: normal;
						font-size: xx-small; color: BLACK; text-decoration: none; }
.BLACK a { font-size: xx-small; color: BLACK; text-decoration: underline; }
.BLACK a:link { color: BLACK; text-decoration: underline; }
.BLACK a:visited { color: BLACK; text-decoration: underline; }		/* Keep it BLACK !! */
.BLACK a:hover { color: #808080; text-decoration: underline; }		/* Grey link */

.BLUE { font-family: Arial, Helvetica, sans-serif; font-weight: normal; font-style: normal;
					 font-size: xx-small; color: BLUE; text-decoration: none; }
.BLUE a { font-size: xx-small; color: BLUE; text-decoration: underline; }
.BLUE a:link { color: BLUE; text-decoration: underline; }
.BLUE a:visited { color: BLUE; text-decoration: underline; }			/* Keep it BLUE !! */
.BLUE a:hover { color: #0099FF; text-decoration: underline; }		/* Cyan link */

.NAVY { font-family: Arial, Helvetica, sans-serif; font-weight: normal; font-style: normal;
					 font-size: xx-small; color: NAVY; text-decoration: none; }
.NAVY a { font-size: xx-small; color: NAVY; text-decoration: underline; }
.NAVY a:link { color: NAVY; text-decoration: underline; }
.NAVY a:visited { color: NAVY; text-decoration: underline; }			/* Keep it NAVY !! */
.NAVY a:hover { color: #0099FF; text-decoration: underline; }		/* Cyan link */

.PURPLE { font-family: Arial, Helvetica, sans-serif; font-weight: normal; font-style: normal;
							font-size: xx-small; color: PURPLE; text-decoration: none; }
.PURPLE a { font-size: xx-small; color: PURPLE; text-decoration: underline; }
.PURPLE a:link { color: PURPLE; text-decoration: underline; }
.PURPLE a:visited { color: PURPLE; text-decoration: underline; }		/* Keep it PURPLE !! */
.PURPLE a:hover { color: #f000f0; text-decoration: underline; }		/* Pinky link */

.GREEN { font-family: Arial, Helvetica, sans-serif; font-weight: normal; font-style: normal;
						 font-size: xx-small; color: GREEN; text-decoration: none; }
.GREEN a { font-size: xx-small; color: GREEN; text-decoration: underline; }
.GREEN a:link { color: GREEN; text-decoration: underline; }
.GREEN a:visited { color: GREEN; text-decoration: underline; }		/* Keep it GREEN !! */
.GREEN a:hover { color: #00ff00; text-decoration: underline; }		/* Bright Green */

.ORANGE { font-family: Arial, Helvetica, sans-serif; font-weight: normal; font-style: normal;
						 font-size: xx-small; color: #ff8040; text-decoration: none; }
.ORANGE a { font-size: xx-small; color: #ff8040; text-decoration: underline; }
.ORANGE a:link { color: #ff8040; text-decoration: underline; }
.ORANGE a:visited { color: #ff8040; text-decoration: underline; }		/* Keep it ORANGE !! */
.ORANGE a:hover { color: #804000; text-decoration: underline; }		/* Brown link */


/* END OF SPECIAL STYLE SHEET FOR FIRST BAPTIST CHURCH */

