body {
 font-family: Times New Roman, Arial, Helvetica, sans-serif;
 font-size: 14px; line-height: 16px;
 color: #363900;
 text-align: center;
 background-color: #eeeeee;
}
	
h1 {
 font-size: 24px;	
 color: #660000;
 margin: 0px;
}

h2 {
 font-size: 16px;
 color: #660000;
 margin: 0px;
}

h3 {
 font-size: 18px;
 margin: 0px;
}

a, a:visited {
 font-size: 14px;
 color: #669900;
 text-decoration: none;
}

a:hover, a:active {
 font-size: 14px;
 color: #660000;
 text-decoration: underline;
}

#header {
 width: 750px;
 height: 100px;
 margin: auto;
 text-align: center;
 background: #ffffcc;
 border-top: 1px solid #cccc99;
 border-bottom: 1px solid #cccc99;
 border-right: 1px solid #cccc99;
 border-left: 1px solid #cccc99;
}

#menu  {
 width: 750px;
 height: 30px;
 margin: auto;
 text-align: center;
 background: #cccc99;
 border-right: 1px solid #cccc99;
 border-left: 1px solid #cccc99;
}

#menu a {
 font-size: 18px;
 line-height: 30px;
 text-decoration: none;
 color: #ffffff;
 background-color: #669900;
 padding: 5px 20px 5px 20px;
}

#menu a:hover {
 color: #669900;
 text-decoration: none;
 background-color: #ffffcc;
 padding: 5px 20px 5px 20px;
}

#bowl {
 width: 750px;
 margin: auto;
 text-align: left;
 padding: 10px 0px 10px 0px;
 background-color: #ffffff;
 border-top: 1px solid #cccc99;
 border-bottom: 1px solid #cccc99;
 border-right: 1px solid #cccc99;
 border-left: 1px solid #cccc99;
}

#meat {
 width: 510px;
 padding: 0px 10px 0px 10px;
 text-align: left;
}

#meat a, a:visited {
 font-size: 14px;
 color: #669900;
 text-decoration: underline;
}

#meat a:hover, a:active {
 font-size: 14px;
 color: #660000;
 text-decoration: none;
}

#broth {
 border-top: 1px solid #cccc99;
 border-bottom: 1px solid #cccc99;
 border-right: 1px solid #cccc99;
 border-left: 1px solid #cccc99;
 background-color: #eeeedd;
}

#noodles {
 width: 200px;
 text-align: left;
 padding: 10px 0px 10px 10px;
 border-top: 1px solid #cccc99;
 border-bottom: 1px solid #cccc99;
 border-right: 1px solid #cccc99;
 border-left: 1px solid #cccc99;
 background-color: #eeeedd;
}

#noodles a, a:visited {
 font-size: 14px; color: #669900;
 text-decoration: underline;
}

#noodles a:hover, a:active {
 font-size: 14px; color: #660000;
 text-decoration: none;
}

#footer {
 width: 750px;
 font-size: 12px;
 text-align: center;
 margin: auto;
 color: #363900;
}

#footer a, a:visited {
 font-size: 12px; color: #669900;
 text-decoration: none;
}

#footer a:hover, a:active {
 font-size: 12px; color: #660000;
 text-decoration: underline;
}

.broth {
 text-align: left;
 padding: 10px 10px 10px 10px;
 border-top: 1px solid #cccc99;
 border-bottom: 1px solid #cccc99;
 border-right: 1px solid #cccc99;
 border-left: 1px solid #cccc99;
 background-color: #eeeedd;
}

.alert {
 color: red;
 font-weight: bold;
}

#siracha {
 text-align: center;
 padding: 10px 10px 10px 10px;
}