/* CSS */
/*********************************************************
*  Fundim -                                              *
*  Fundamentals of Computing and Discrete Mathematics    *
*                                                        *
*  Department of Mathematics                             *
*  University of Turku                                   *
*                                                        *
*  paper-preview.css - style for printing                *
*                                                        *
*  Petri Salmela - 2009-06-03                            *
**********************************************************/

@import url("paper.css");

body { background: none; }

#top { background: none; width: auto; max-width: 900px; height: auto; margin: 0; }

#top h1 { display: block; }

#mainbox { width: auto; max-width: 900px; }

#main { border: none; margin: 0; background: none; }

#content { margin: 0; }

#content h1, #content h2, #content h3, #content h4, #content h5
 { color: black; }

#content .quote { background-color: transparent; }

#footer { color: black; }