body {
    font-family: Arial, Helvetica, sans-serif;
    margin: 0;
    font-size: 10pt;
}

textarea {
    width: 90%;
    height: 10em;
}
#menu {
    float: right;
    text-align: left;
    width: 28%;
    border-top: 1px solid;
    border-left: 1px solid;
    border-bottom: 1px solid;
}

#menu ol {
    font-size: 10pt;
}

#menu #price{
    width: 4em;
}

#header {
}

.advertising {
    text-align: center;
    background-color: #ffffff;
}

.advertising .disclaimer {
    font-size: 8pt;
}


