/* Print Pegasus France CSS file */

/* Remove unwanted elements */
.banner, .menu, .footer, h2, .no_print
{
display: none;
}

/* Adjust wanted elements */
div.main
{
padding-top: 0px;
padding-bottom: 0px;
width: 100%;
}

div.bookingform
{
width: 100%;
font-size: 9pt;
font-variant: small-caps;
}


