html {
    margin:           0;
    padding:          0;
}

body {
    margin:           0;
    padding:          0;
    font-family:      Arial, Helvetica, sans-serif;
    font-size:        12pt;
    background-color: white;
    color:            black;
}

.menuitem {
    display:          none;    
}

.menu {
    display:          none;
}

.lang {
    display:          none;
}

.screen_item {
    display:          none;
}

a:active {
    display:          none;
}

.print_only_right {
    font-family:      Arial, Helvetica, sans-serif;
    font-size:        12pt;
    background-color: white;
    color:            black;
    text-decoration:  None;
    text-align:       right;
}

.print_only_left {
    font-family:      Arial, Helvetica, sans-serif;
    font-size:        12pt;
    background-color: white;
    color:            black;
    text-decoration:  None;
    text-align:       left;
}

.print_prosign {
    font-family:      Arial, Helvetica, sans-serif;
    font-size:        8pt;
    background-color: white;
    color:            black;
    text-decoration:  None;
    text-align:       left;
}

a:after {
  content: "["attr(href)"]";
}

