@charset "utf-8";
/* CSS Document */

@page {
margin: 1in;
}

html {
     width: 100%
}

body {
    background-color: #fff;
    color: #000;
    font-size: 12pt;
}

a {
    color: #000;
}

a:link:after,
a:visited:after {
  content: " (" attr(href) ") ";
  font-size: 90%;
}

img {
    border: 0;
}

h1, h2, h3 {
	text-align: center;
}

h1 {
	font-size: 24px;
}

h2 {
	font-size: 18px;
}

h3 {
	font-size: 14px;
}

#footer {
	font-size: 8px;
	text-align: center;
}

#side1, #side2, #googlesearch {
    display: none;
}