.search, #navigation, #sidebar, #breadcrumb, #content_menu, .midcom_services_toolbars_fancy, #user-login, #footer{
    display: none;
}

a img{
    border: 0;
}

a:link, a:visited {
    color: #025;
    background: transparent;
    font-weight: bold;
    text-decoration: underline;
}

body{
    font-family: Serif;
    font-size: 12pt;
}

pre{
    border: 1px solid black;
    padding-left: 0.5em;
    padding-right: 0.5em;
    white-space: pre-wrap; /* css-3 */
    white-space: -moz-pre-wrap; /* Mozilla, since 1999 */
    white-space: -pre-wrap; /* Opera 4-6 */
    white-space: -o-pre-wrap; /* Opera 7 */
    word-wrap: break-word; /* Internet Explorer 5.5+ */
    background-color: #e0e0e0;
    overflow: scroll;
    font-size: 9pt;
}

h1{
    font-family: Sans Serif;
    font-size: 22pt;
    font-weight: bold;
}

h2{
    font-family: Sans Serif;
    font-size: 18pt;
    font-weight: bold;
}

h3{
    font-family: Sans Serif;
    font-size: 16pt;
    font-weight: normal;
}

h4{
    font-family: Sans Serif;
    font-size: 12pt;
    font-weight: bold;
}

table{
    border: 1px solid black;
    margin: 0;
    padding: 0;
}

td{
    border: 1px solid black;
    background-color: #ffffff;
}
