
    /********************************************************************
     *  File: /css/print.css                                            *
     *  --------------------------------------------------------------- *
     *                                                                  *
     *  Author  :   Ralf Barth     <rbarth@o-nt.de>			            *
     *                                                                  *
     *  Version :   1.0                                                 *
     *  Date    :   2004/12/29                                          *
     *                                                                  *
     *  Copyright                                                       *
     *  ---------                                                       *
     *  Copyright (c) 2004 O-NT GmbH						            *
     *                                                                  *
     *  No parts of this code may be used or copied without expressed   *
     *  written permission. All rights reserved!                        *
     *                                                                  *
     *  Description                                                     *
     *  -----------                                                     *
     *  Print Stylesheet o-nt.de					                    *
     *                                                                  *
     ********************************************************************/

/**
* Global Styles
*/

body {
    background: #fff;
    color: #000;
    caption-side: top;
    margin: 1cm;
    font-family: Verdana, Helvetica, "Bitstream Vera Sans", sans-serif;
    font-size: .7em !important;
}

h1 { font-weight: normal; font-size: 2em !important; }
h2 { font-size: 1.2em !important; }

a img { border: 0; }
a { color: #000; text-decoration: none; }
#menu { display: none; }
p, ul { line-height: 140%; }