/* Start of CMSMS style sheet 'print' */
/*
Sections that are hidden when printing the page. We only want the content printed.
*/

body {
color: #000 !important; /* we want everything in black */
background-color:#fff !important; /* on white background */
font-family:arial; /* arial is nice to read ;) */
border:0 !important; /* no borders thanks */
}

p,li {text-align:justify}
div {margin:0;padding:0;border-width:0}

.signature {text-align:right}
dt {clear:both;margin-top:1em;font-weight:bold;}
dt img {height:2.5em;float:left}
.trombino dt,.partners dt {border-top:solid 1px #888}
.biblio dt+dd {font-style:italic;}

/* hide everything else! */
.area_top,
.area_head,
.area_left,
.area_right .updated,
.area_foot {display: none !important}

img {
float:none; /* this makes images couse a pagebreak if it doesnt fit on the page */
}
/* End of 'print' */

