body {
	font-family: Verdana, Arial, Helvetica, san-serif;
	font: 100%;
      line-height: 1.5;
	color: #333;
      margin-top:0;
      margin-bottom:0;
}

h1, h2, h3 {
  font-weight: normal;
  color: #1E90FF;
}

h1 {
  font-size: 200%;
}

h2 {
  font-size: 150%;
  text-transform: uppercase;
}

h3 {
  font-size: 110%;
}

a {
  color: #6060df;
  font-weight: bold;
  text-decoration: none;
}

a:hover {
  color: #B8860B;
}

hr {
  color: #1E90FF;
  background-color: #1E90FF;
  height: 4px;
  border-style: solid;
}

p {
  text-indent: 1em;
}

p.flush {
  text-indent: 0em;
}

ol li {
  margin-top: 1.0em;
}

ul li {
  margin-top: 1.0em;
}

img.padded {
  padding: 10px;
}

.footer {
  font-size: 80%;
}

#bg {
        position:fixed;
        top:-50%;
        left:-50%;
        width:200%;
        height:200%;
        z-index:-10;
}
#bg img {
        position:absolute;
        top:0;
        left:0;
        right:0;
        bottom:0;
        margin:auto;
        min-width:50%;
        min-height:50%;
	  z-index: -10;
}

