/*bolts.css
This file defines the colors and images that make an individual page style.  Attributes common to all styles are defined in another file, /main.css.*/

.topTable
{
	background-image:  url(http://www.eatfoo.com/images/banners/banner_cg.gif);
}

.separator
{
	background-color: #00ff00;
}

.mainTable
{
	background-color: #000000;
}

#menu .active
{
	background-color: #00ff00;
	color: #000000;
}

#menu a
{
	color: #ffffff;
}

#menu a:hover
{
	color: #ffffff;
	background-color: #1c94ff;
}

#my_content
{
	color: #ffffff;
}

#my_content a
{
	color: #00ff00;
}

#my_content a:hover
{
	color: #1c94ff;
}

#my_content h1
{
	color: #1c94ff;
}

#my_content h1:hover
{
	color: #00ff00;
}

#footerLinks
{
	color: #1c94ff;
}

#footerLinks a
{
	color: #1c94ff;
}

#footerLinks a:hover
{
	color: #00ff00;
}
