<!-- start my_styles.css style -->

<style>
body {
background-image: url();
background-repeat: repeat;
}

.header td {
background-position: 50% bottom;
border-bottom: 10px solid #000000;
width: 750px;
margin: 10px;
}

.footer {
border-bottom: #000000 10px solid;
border-top: #000000 2px solid;
width: 750px;
font-size: 12px;
padding: 5px;
vertical-align: right;
}

.serving {
border-bottom: #000000 2px solid;
background-color: #ffffcc;
width: 750px;
}

.nav {
background-color: #00ab4e;
width: 750px;
height: 35px;
border-bottom: #000000 2px solid;
}

.nav td { 
font-family: Times, Times New Roman, serif;
font-size: 16px;
background-color: #ffffcc;
}

.nav td:hover{
font-family: Times, Times New Roman, serif;
font-size: 16px;
background-color: #ffe500;
}

a:link	{
color: #000000;
}

a:visited {
color: #00ab4e;
}

</style>

<!-- end my_styles.css style -->