@page {
  size: 5in 7in;
  margin: 0.75cm;
}
p, .pagebreak {
  page-break-after: right;
}
html, body {
  height: 100%;
}
body {
  font-family: Cambria, Georgia, serif;
  font-size: 14px;
  color: #000;
}

body {
  margin: 40px auto;
  max-width: 650px;
  line-height: 1.6;
  font-size:18px;
  color: #444;
  padding: 0 10px;
}
h1, h2, h3, h4, h5, h6 {
  text-align: center;
}
a, a:visited, a:hover, a:active {
  color: inherit;
  cursor: pointer;
  text-decoration: none;
}
x {
  font-weight: normal;
}
p.odd, p.even, .border {
  -webkit-margin-before: 0;
  -webkit-margin-after: 0;
  border: 1px solid sienna;
  margin: 20px;
  padding: 30px;
}
g {
  background-color: FFD700;
}
.even {
  background: #FFCCCC;
  background: -moz-linear-gradient(top, #FFCCCC 0%, #CCFFCC 100%);
  background: -ms-linear-gradient(top, #FFCCCC 0%,#CCFFCC 100%);
  background: -o-linear-gradient(top, #FFCCCC 0%,#CCFFCC 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#FFCCCC), color-stop(100%,#CCFFCC));
  background: -webkit-linear-gradient(top, #FFCCCC 0%,#CCFFCC 100%);
  background: linear-gradient(top, #FFCCCC 0%,#CCFFCC 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#FFCCCC', endColorstr='#CCFFCC',GradientType=0 );
}
.odd {
  background: #CCFFCC;
  background: -moz-linear-gradient(top, #CCFFCC 0%, #FFCCCC 100%);
  background: -ms-linear-gradient(top, #CCFFCC 0%,#FFCCCC 100%);
  background: -o-linear-gradient(top, #CCFFCC 0%,#FFCCCC 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#CCFFCC), color-stop(100%,#FFCCCC));
  background: -webkit-linear-gradient(top, #CCFFCC 0%,#FFCCCC 100%);
  background: linear-gradient(top, #CCFFCC 0%,#FFCCCC 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#CCFFCC', endColorstr='#FFCCCC',GradientType=0 );
}

/* http://www.kirupa.com/html5/the_falling_snow_effect.htm */
#snowflakeContainer {
  position: absolute;
  left: 0px;
  top: 0px;
}
.snowflake {
  padding-left: 15px;
  font-family: Cambria, Georgia, serif;
  font-size: 14px;
  line-height: 24px;
  position: fixed;
  color: #FFFFFF;
  user-select: none;
  z-index: 1000;
}
.snowflake:hover {
  cursor: default;
}
