/* STANDARD STYLE SHEET FOR CANDLENUT BOOKS */

/* Link tags are order-dependent:  link, visited, hover, active */


/* GENERAL DEFAULT FOR LINKS */
a { }
a:link { color: #008000; text-decoration: underline; }							/* Dark Green */
a:visited { color: #808040; text-decoration: underline; }					/* Mossy Green */
a:visited { color: #408080; text-decoration: underline; }					/* Bluish-Green */
a:hover { color: #00ff00; text-decoration: underline; }						/* Bright Green */
a:active { color: GRAY; }
img  { border-color: black; }


/* TOP PROMPT LINK */
.bartop { font-family: Arial, Helvetica, sans-serif;
			font-size: xx-small;  font-weight: bold;  font-style: normal;
			color: BLACK;  text-decoration: none;  text-align: right; }
.bartop a { font-size: xx-small; color: BLACK; text-decoration: none; }
.bartop a:link { color: BLACK; text-decoration: none; }						/* Basic Black */
.bartop a:visited { color: BLACK; text-decoration: none; }					/* Keep it Black */
.bartop a:hover { color: GRAY; text-decoration: underline; }			/* Dark Grey */
.bartop a:active { color: BLACK; text-decoration: underline; }


/* BOTTOM MENU BAR */
.bottombar { font-family: Arial, Helvetica, sans-serif;
			font-size: xx-small;  font-weight: bold;  font-style: normal;
			color: BLACK;  text-decoration: none;  text-align: right; }
.bottombar a { font-size: xx-small; color: BLACK; text-decoration: none; }
.bottombar a:link { color: BLACK; text-decoration: none; }				/* Basic Black */
.bottombar a:visited { color: BLACK; text-decoration: none; }			/* Keep it Black */
.bottombar a:hover { color: GRAY; text-decoration: underline; }		/* Dark Grey */
.bottombar a:active { color: BLACK; text-decoration: underline; }


/* ON-PAGE LINKS */
/* Style for on-page links:  always black (except hover), always underlined */
.onpage { font-family: Arial, Helvetica, sans-serif;
			font-size: 11px;  font-weight: bold;  font-style: normal;
			color: BLACK;  text-decoration: none;  text-align: center; }
.onpage a 				  { color: BLACK; text-decoration: underline; }	/* Basic Black */
.onpage a:link 		  { color: BLACK; text-decoration: underline; }	/* Basic Black */
.onpage a:visited { color: BLACK; text-decoration: underline; }	/* Keep it Black */
.onpage a:hover   { color: GRAY;  text-decoration: underline; }	/* Dark Grey */
.onpage a:active	  { color: BLACK; text-decoration: underline; }	/* Keep it Black */


/* COPYRIGHT NOTICE BLOCK */
#copyright { font-family: Arial, Helvetica, sans-serif;
			font-size: xx-small;  font-weight: normal;  font-style: normal;
			color: black;  text-decoration: none;  text-align: center; }
#copyright a { font-size: xx-small;  font-weight: bold;  text-decoration: underline; }
#copyright a:link { color: #008000;  text-decoration: underline; }		/* Dark Green */
#copyright a:visited { color: #008000;  text-decoration: underline; }		/* Keep it Dark Green */
#copyright a:hover { color: #00ff00;  text-decoration: underline; }		/* Bright Green */
#copyright a:active { color: GRAY; }


/* END OF STANDARD STYLE SHEET FOR CANDLENUT BOOKS */
