body { 
font-family: Helvetica, Arial, sans-serif;
text-align: center;
background: url('background.gif') repeat-x;
margin-bottom: 100px;
}
img {
border:0;
}
#container {
width:700px;
text-align:left;
margin:auto;
}
#header {
margin: 27px 0px 10px 0px;
}
#menu ul {
list-style-type: none;
margin:0;padding:0;
}
#menu li {
font-size: 10pt;
float:left;
margin-right: 4px;
background-color: white;
padding: 5px 6px 2px 6px;
border-top: 1px solid #ccc;
border-left: 1px solid #ccc;
border-right: 2px solid #888;
}
#menu a {
color: blue;
font-weight:bold;
text-decoration: none;
}
h1 {
font-size: 16pt;
}
h2 {
font-size: 14pt;
color: #009;
}
h3 {
font-size: 12pt;
}
#content {
font-size: 12pt;
}
#howmuch {
text-align: center;
border: 1px solid #ddd;
background-color: #ffffcc;
}

