html {
     width:100%
}

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

a {
  font-family: Verdana;
  font-size: 12pt;
}


h1 {
  color: #0040ff;
  font-size: 14pt;
}
h2 {
  font-size: 13pt;
  color: #004080;
}
body {
  font-size: 12pt;
  font-family: Verdana;
}
img {
  border-style: solid;
  border-color: #cccccc;
  float: right;
  top: 25px;
  bottom: 25px;
  left: 25px;
  right: 5px;
  height: 40%;
  width: 40%;
}

.noprint {
    display: none;
}

#noprint #nav #header #footer {
    display: none;
}
   
