body {
  background-color: black;
  font-family: Verdana, Arial, sans-serif;
  text-align: left;
  margin: 10px auto;
}

img {
  border: 0;
}

h1, h2, h3 {
  padding: 0;
  margin: 0;
}

div.container {
  width: 800px;
  background: #2e4298;
  text-align: left;
  margin: 0 auto;
}

div.header_index {
  background: #2e4298;
  margin:3px 3px 3px 4px;
  padding-top:4px;
}


div.content {
  background-color:#ffffff;
  vertical-align:top;
  padding:2px 4px 2px 5px;
  color: #2e4298;
  font-size: 90%;
}

td.box1, td.box2, td.box3  {
  background:#ffffff;
  height:200px;
  width:220px;
  padding:2px 4px 2px 5px;
  vertical-align:top;
  color: #2e4298;
  font-size: 80%;
}

td.serving {
  margin-left:3px;
}

p.link {
  background-color: #ffffff;
  text-align: right;
  color: #2e4298;
  font-size: 70%;
  padding-right: 3px;
  margin-bottom: 5px;
}

div.footer {
  background-color: #2e4298;
  text-align: center;
  color: #ffffff;
  font-size: 70%;
  margin-left:40px;
  margin-bottom: 10px;
}

.footer a:link {
  text-decoration: none;
  color: #ffffff;
}

.footer a:visited {
  text-decoration: none;
  color: #ffffff;
}

.footer a:active {
  text-decoration: none;
  color: #ffffff;
}

/* hover links */
.footer a:hover {
  color: #ffffff;
  text-decoration: underline;
}

a {
  text-decoration: underline;
  color: #2e4298;
  font-weight:bold;
}

/* hover links */
a:hover {
  color: #2e4298;
  text-decoration: none;
  font-weight: bold;
}

.indent {
	margin:0 20px 0 20px;
}	

