/* customizable settings */

/* settings for window where page loads */
	p#subheaders 
	{
		color: #0CF;
		font-size: 18px;
		font-family: "Comic Sans MS", cursive;
		text-decoration: underline;
	}
	p#headers 
	{
		font-size: 24px;
		font-family: "Comic Sans MS", cursive;
		color: #0066FF;
	}
	p#lessonheader 
	{
	font-size: 18px;
	font-family: "Comic Sans MS", cursive;
	color: #F96;
	}
	p#caption
	{
		color: #90F;
	}		
	div#caption
	{
		color: #90F;
	}
	h3#headers 
	{
		font-size: 24px;
		font-family: "Comic Sans MS", cursive;
		color: #0066FF;
	}

	h4#subheaders 
	{
		color: #0CF;
		font-size: 18px;
		font-family: "Comic Sans MS", cursive;
		text-decoration: underline;
	}
	
	
	
	a.storelink, a.storelink:visited 
	{
		font-size: 12 px;
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-weight:bold;
		text-decoration: none;
		color: #000;
		font-style: italic;
	}
	
	a.storelink:hover 
	{
		font-size: 12 px;
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-weight:bold;
		text-decoration: none;
		color: blue;
		font-style: italic;	
	}
	
	a.storelink:visited 
	{
	font-size: 16 px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
	text-decoration: none;
	color: #0F0;
	}
