body {background-color: white; color: black; font-family: sans-serif; font-size: 10pt}

#agenda{
width: 400px;
}

#beer li {
list-style-type : none;
display: inline;
}


 h1 {font: 9px;
 font-weight: bold;
 text-align:center
 }

td {
  border-top: 1px solid red;
  font-size: larger;}
li{
margin-top: 5px;
}
#second {
 width:49%;
 float:left;
}
#third {
 width:49%;
 float: right;
}

p.form {width: 900px;
	font-size: larger;}
