/* Print stylesheet */
 .content{
    width: 100%;
    text-align:left;
    margin: 0;

}

 .noprint{
    display: none;
}

body {
width: 100%
    font: 1em Georgia, "Times New Roman", Times, serif;
    color: #000;
    text-align:left;
}
h1, h2, h3 {
color: #000;
}

