/* BoHo Stylesheet created by MainelyTechs for Bohemian Coffehouse */


/* ---------------------- body style ------------------------ */
body
	{
font-family: Arial, sans-serif;
background-color: #F0E68C;
color: black;
        }

/* ---------------------- div element is ID'd 'index-text' wrapped around text ------------------------ */
#index-text		
	{
text-align: center;
	}

/* ---------------------- top links - under BoHo logo ------------------------ */
#top-links a
	{
background-color: #F0E68C;
color: #339966;
font-weight: bold;
font-size: .8em;
font-family: Arial, sans-serif;
text-decoration: none;
	}

#top-links a:hover
	{
color: #FFFF00;
background-color: #339966;
	}

/* ---------------------- Menu Format on Menu Page ------------------------- */

table.e-d-table
	{
background-color: #339966;
color: #FFFF00;
font-size: 1.2em;
font-family: Arial, Helvetica, sans-serif;
	}

#menu-header
	{
font-weight:bold;
text-decoration: underline;
font-size: 1.6em;
text-align: center;
background-color: #F0E68C;
color: #339966;
	}
	
p.menu-table-header
	{
font-weight: bold;
font-size: 1.2em;
text-decoration: underline;
background-color: #339966;
color: #FFFF00;	
	}

/* ---------------------- External Links on Links page ------------------------ */
#links-links a
	{
background-color: #F0E68C;
color: #339966;
font-weight: bold;
font-size: 1.2em;
font-family: Arial, sans-serif;
text-decoration: none;
	}

#links-links a:hover
	{
color: #FFFF00;
background-color: #339966;
	}

/* ---------------------- Picture Page Titles ------------------------ */
span.picTitle     
        {
background-color: #F0E68C;
color: #339966;
font-weight: bold;
font-size: 1.2em;
font-family: Arial, sans-serif;
         }

/* ---------------------- Footer Information ------------------------ */
#footer                    
        {
font-family: Arial, sans-serif;
text-align: center;
font-size: 0.8em;
        }     

#footer a
        {
background-color: #F0E68C;
color: black;
        }

#footer a:hover
        {
background-color: #F0E68C;
color: black;
font-weight: bold;
        }

#footer a.hidelink
        {
text-decoration: none;
background-color: #F0E68C;
color: black;
        }

#footer a.hidelink:hover
        {
background-color: #F0E68C;
color:black;
text-decoration: underline;
        }

#gelato {
  margin: 0 auto;
  position: relative;
  width: 810px;
}

/* misc content links style */
#links2 a
	{
background-color: #F0E68C;
color: #339966;
font-weight: bold;
font-family: Arial, sans-serif;
text-decoration: none;
	}

#links2 a:hover
	{
color: #FFFF00;
background-color: #339966;
	}