@charset "ISO-8859-1"; /* Common Style sheet definitions for the openGPS(R) website */ /* Copyright by Dr. Georg Wiora, 08-Nov-2007 */ /* This stylesheet is licensed under GPL 3.0 or newer */ /* Font family */ body, h1, h2, h3, h4, p, ul, ol, li, dl, dt, dd, div, td, th, address, blockquote { font-family: "Times New Roman",Times,serif; } /* image */ img,a { border-width:0px; } /* Table spacing */ table,td,tr { border-spacing:14px } /* Font sizes */ h1 { font-size:16pt; margin-bottom:12pt; font-weight:bold; page-break-before:auto; page-break-after:avoid; page-break-inside:avoid; } h2 { font-size:14pt; margin-bottom:12pt; font-weight:bold; page-break-before:auto; page-break-after:avoid; page-break-inside:avoid; } h3 { font-size:12pt; font-weight:bold; page-break-before:auto; page-break-after:avoid; page-break-inside:avoid; } address { font-size: 9pt; font-style:italic; text-align: center; page-break-before:avoid; page-break-after:auto; page-break-inside:avoid; } /* Layout */ .block { text-align: justify; } .footnote { font-size: 9pt; } /* Icon in text */ .icon { vertical-align:bottom; } /* Change date */ .date { font-size: 9pt; text-align: center; } .caption { font-size: 9pt; text-align: center; }