
/* comment: text-black, link-blue, vlink-grey, hover-rose, all bold, all underlined */

/* comment: bold links with hovering underline are default */




html {
		background-color: #ffffff ;
		background-image: url('');
	}

body {
		background-color: transparent;
		color: #000000;
	}


#wrapperdiv {
		background-color: #ffffff;
		border: solid 6px #71a94c;
	}




A:link {
			color: #000066;
			background-color: none;
		}
		
A:visited {
			color: #333355;
			background-color: none;
		}
/* slight blue grey */
A:hover {
			color: #ff3366;
			background-color: none;
		}

A:active {
			color: #ff3366;
			background-color: none;
		}





/* comment: H1--green */

h1 {
			color: #71a94c;
			background: transparent;
		}
		
/* comment: H2-- book blue */

h2 {
			color: #0082a6;
			background: transparent;
		}


/* comment: H3--green */

h3 {
			color: #71a94c;
			background: transparent;
		}
	
/* comment: H4--blue */

h4 {
			color: #0082a6;
			background: transparent;
		}


/* comment: special sidebar color IQidiocy+ */
	
.sidebar {
background-color: #ffff99;

}



	/* book cover colors */
.green {color: #71a94c;}
.green-shadow {color: #51863f;}
.green-hilight {color: #a2c487;}
.blue {color: #0082a6;}
.gold {color: #ecb739;}
.gold-hilight {color: #f3d188;}
.gold-shadow {color: #bb8e2e;}


.navigation-yellow  {color: #ffff99;}

	/* general - not defined to pallette yet colors */
.yellow {color: #ffff66;}
.rose {color: #ff3366;}
.ltblue {color: #99ccff;}
.brightyellow  { color: #ffff66; }
.lightyellow  { color: #ffe680; }
.rust { color: #660000; }
.dkblue { color: #000066; }

	/* standard colors */
.white {color: #ffffff;}
.red {color: #ff0000;}
.black {color: #000000;}
.ltgrey {color: #cccccc;}
.medgrey {color: #888888;}
.darkgrey {color: #666666;}



/* deprecated combo styles -kp- remove as found and revised 6-19-10 */

/* small80 white */
.smallerwhite {
font-size: 80%;
color: #ffffff;

}


/* big110 red */
.bigred {
font-size: 110%;
color: #ff0000;

}







