<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* Mostly derived from Michael Olson's and few others style sheet.
Modified by Suresh Kayamboo to suit my needs.
This will make printing more readable.
Anyone can use,modify according to their needs but with no warranty
*/

html {
  font-family: Times, serif;
  font-size: 12pt;
}

body {
  margin-left: 1.5cm;
  margin-right: 1.5cm;
  margin-top: 1.5cm;
  margin-bottom: 1.5cm;
}

.menu, .menuitem, .navfoot, #tooltip, #tooltipbox {
  display: none;
}

a, a:visited, a.nonexistent, a.badinterwiki {
  color: black;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

dd {
  line-height: 2em;
}

h1 {
  border-right: 0;
}

h2 {
  border-right: 0;
}

h3 {
  border-right: 0;
}

h4 {
  border-right: 0;
}

img {
  display: none;
}

p {
  line-height: 2em;
}

</pre></body></html>