	/* p.css - Print style sheet */
body {
   color: #444;
   font: 12pt/14pt serif;
   background-color: #fff;
}

div#container {
   color: #666;
   width: 100%;
}

div#content {
   width: 100%;
   float: none;
   border: 3px double #ddd;
}

#content p {
   border-top: 3px double #eee;
   color: #777;
   font: 85%/1.5 "Century Gothic", Geneva, "Trebuchet MS", "MS Sans Serif", Verdana, sans-serif;
   letter-spacing: 0.08em;
}

#imagebox, #imageboxIE, #random, br, img.cursor, 
#comment_area, #footer,
#info, #info2, #nav {
   display:none;
}

h1 {
   font-size: 250%;
}