body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
}
body {
	background-image: url(../images/taste_bg.jpg);
	padding: 0;
	margin: 0;
}
a {
	font-size: 10px;
	color: #fff;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #fff;
}
a:hover {
	text-decoration: underline;
	color: #fff;
}
a:active {
	text-decoration: none;
	color: #fff;
}

a.footerlink:link {text-decoration: none; font-size: 10px; color: grey; }
a.footerlink:visited {text-decoration: none; font-size: 10px; color: grey; }
a.footerlink:hover {text-decoration: underline; font-size: 10px; color: grey; }
a.footerlink:active {text-decoration: none; font-size: 10px; color: grey; }

a.second:link {text-decoration: none; font-size: 12px; color: white; }
a.second:visited {text-decoration: none; font-size: 12px; color: white; }
a.second:hover {text-decoration: underline; font-size: 12px; color: white; }
a.second:active {text-decoration: none; font-size: 12px; color: white; }




h1 {
	font-size: 14px;
	color: #CCCC00;
}
h2 {
	font-size: 12px;
	color: #CCCCCC;
}

.style2 {font-size: 12px; color: #fff;}

#gallery
        {
            
            padding: 10px;
            width: 500px;
        }
        #gallery ul
        {
            list-style: none;
        }
        #gallery ul li
        {
            display: inline;
        }
        #gallery ul img
        {
            border: 5px solid #3e3e3e;
            border-width: 5px 5px 20px;
        }
        #gallery ul a:hover img
        {
            border: 5px solid #cbc801;
            border-width: 5px 5px 20px;
            color: #fff;
        }
        #gallery ul a:hover
        {
            color: #fff;
        }

