/**********************************************
 * TITLE: Magic-Date Print Preview Stylesheet *
 * URI  : magic-date.net/print-preview.css    *
 * MODIF: 2003-Nov-08 13:56 +0800             *
 * MEDIA: screen                              *
 **********************************************/

/* DESCRIPTION:
 * This is the print preview stylesheet. It gets displayed on screen (unlike the
 * print media stylesheet). It shows how the page will look when it is printed on paper.
 *
 * NB: this is a visual stylesheet only; it is not used to layout the page when printed.
 */


/* ##### Common Styles ##### */

body {
  color: black;
  background-color: white;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 80%;
  margin: 0;
  padding: 1em;
}
* {
      font-family: Verdana, Arial, Helvetica, sans-serif;
      background-color: #fff;
      color: #000;
}
h1 , h2 , h3, h5, h6 {
        font-weight : bold;
}
h1 {
    font-size : 95%;
    text-align : center;
}
h2 {
    font-size : 90%;
    text-align : center;
}
h3 {
   font-size : 78%;
   background-color:#FFCC00;
   color:#ffffff;
}
h4 {
   font-size : 12pt;
}
.maincontent{
 width: 100%;
}
.menu, .advert, .hidden {
 display: none;
}
#cima, #basso, #breadcrumb {
 display: none;
}