/* printing */

* {
  visibility: hidden;
}

#header img {
  height: 0px;
  width: 0px;
  position: absolute;
}

#main * {
  visibility: visible;
}

#main {
  width: 50em;
}

#header {
  display: none;
}

h1 {
  visibility: visible;
}

#topright * {
	color: #606263;
  visibility: visible;
}

#topright h2 {
  position: absolute;
  top: 0px;
  right: 0px;
  text-align: center;
  font-size: 100%;
}

body {
  font: 10px Verdana, sans-serif;
  text-align: justify;
  line-height: 12px; 
}

h3 {
  font-size: 150%;
}

h4 {
  font-size: 120%;
}

li {
  margin-bottom: 0.2em;
}

a {
  color: #020082;
  text-decoration: none;
}

.comments_wrap {
  display: none;
}

