

font.menu {color: #FFFFFF; font-size: 100%; font-family: verdana, arial, sans_serif}



	/* make the links pretty */
	
a.one:link {color: #003300}
a.one:visited {color: #336633}
a.one:link:hover {color: #669966}
a.one:visited:hover {color: #669966}

a:link {color: #003300}
a:visited {color: #336633}
a:link:hover {color: #669966}
a:visited:hover {color: #669966}

/* a two is used on the store to make the links not so bright */
	
a.two:link {color: #002200; text-decoration:none}
a.two:visited {color: #224422; text-decoration:none}
a.two:link:hover {color: #669966}
a.two:visited:hover {color: #669966}

/* for the information page links at the top to be slightly smaller */
	
a.three:link {color: #003300; font-size: 80%; text-decoration: none}
a.three:visited {color: #336633; font-size: 80%; text-decoration: none}
a.three:link:hover {color: #669966; font-size: 80%; text-decoration: none}
a.three:visited:hover {color: #669966; font-size: 80%; text-decoration: none}

/* for the information page links AND YOU ARE HERE */
a.threeh:link {color: #3B6772; font-size: 80%; font-weight: bold}
a.threeh:visited {color: #3B6772; font-size: 80%; font-weight: bold}
a.threeh:hover {color: #669966; font-size: 80%; font-weight: bold}
a.threeh:active {color: #666666; font-size: 80%; font-weight: bold}


/* items on SALE links */
	
a.sale:link {color: #661111; font-weight: bold; text-decoration: underline}
a.sale:visited {color: #661111; font-weight: bold; text-decoration: underline}
a.sale:link:hover {color: #993333; font-weight: bold; text-decoration: underline}
a.sale:visited:hover {color: #993333; font-weight: bold; text-decoration: underline}


font.sale{color: #661111; font-weight: bold;}


/* nothing shows up */
	
a.nothing:link {color: #FFFFFF; text-decoration: none}
a.nothing:visited {color: #FFFFFF; text-decoration: none}
a.nothing:link:hover {color: #FFFFFF; text-decoration: none}
a.nothing:visited:hover {color: #FFFFFF; text-decoration: none}
a.nothing:active {color: #FFFFFF; text-decoration: none}


/* cart rollover backgrounds */
div#cartchins a { display:block; width: 80px; background-color: #e9ebe8}
div#cartchins a:hover { background-color: #8fa791}



/* b one is for the titles of each page, b two is for SALE items */

b.one {font-weight: bold; color: #000000; font-size: 115%}
b.two {font-weight: bold; color: #992222; font-size: 100%}


/* p one is for the main text on each page, two is for sale items not bolded */


/* font store2pricing smaller */
font.store2prices{font-size: 90%}
font.storefooter{color: #333; font-size: 70%; font-family: Verdana, Arial, Helvetica, sans-serif}


/* margin for subsections indented. */
div.margin {margin-left: 25px}

/* hr cart dividers are the horizontal lines on the checkout page */
hr.cartdividers{
border-style:none;
border: 0;
  width: 100%;
	color: #90a591;
background-color: #90a591;
height: 4px;


 }


/*controls spacing around items on the store2.php page */
td.store2{
border-style: solid; 
border-width: 0px 0px 0px 1px; 
padding: 0px 4px 0px 4px
}
td.store2lineheight{
padding: 35px 0px 35px 0px
}


/* lists for the information.php page */
ul.info li{
	/*list-style: none;*/
	margin-left: 0.5em;
	padding: 0.5em;
	text-indent: 0;
	}
