* {padding:0;margin:0;}

body {
  background:#660000;
  color:#FFF;
  font-size:13px;
  font-family:Arial, Verdana, sans-serif;
  text-align:center;
  padding:10px 10px 10px 10px;
}

#body1 {
  width:800px;
  border:2px solid #FFF;
  background:#330000;
  margin:0 auto;
  overflow:hidden;
}

#body1 table {
  margin:0 auto;
}

a, a:visited, a:hover {
  font-weight:BOLD;
  text-decoration:underline;
  color: #FFFFFF;
}

a:hover {
  font-weight:BOLD;
  text-decoration:underline;
  color: #AA0000;
}

a img {
  border:1px solid #FF0000;
}

#review table {
  border:2px solid #FFFFFF;
  background:#660000;
}

#review td{
  font-size:13px;
}

#recips td {
  font-size:11px;
  border:3px double #FFFFFF;
  padding:5px 5px 5px 5px;
  background:#660000;
}

#recips td h4{
  font-size:14px;
}

#warning td{
  font-size:11px;
}

#links td{
  font-size:20px;
}

#footer * {
  font-size:11px;
}