body {
  background: #FBFBFF;
  color: #000000;
  margin-left: 5%;
  margin-right: 5%;
  font-family: "Arial", "Helvetica", sans-serif;
  font-size: 12pt;
}

a {
  font-family: "Georgia", serif;
  font-style: italic;
}
a:link { 
  color: #0000FF;
}
a:visited {
  color: #FF0000;
}
a:hover {
  background: #FFFF00;
}
a:active { 
  color: #00FF66;
}

img {
	border-style: none;
	vertical-align: middle;
}

strong {
  font-family: Arial, Helvetica, sans-serif;
  font-weight: bold;
  font-style: italic;
  color: #996633;
}

h1, h2, h3, h4, h5, h6 {
  font-family: Arial, Helvetica, sans-serif;
  font-weight: bold;
}

h1 {
  font-size: 18pt;
  color: #CC6600;
  z-index: 100;
}

h2 {
  font-size: 16pt;
  color: #006633;
}

h3 {
  font-size: 14pt;
  color: #009999;
}

h4 {
  font-size: 12pt;
  color: #993333;
}

h5 {
  font-size: 10pt;
  color: #FF6666;
}

h6 {
  font-size: 8pt;
}

.floatright {
  float: right;
  margin-top: -35px;
}

#dogpileSearch {
  width: 125px;
  height: 90px;
  color: #ffffff;
  background: #213863;
  float: right;
  margin-top: -30px;
  text-align: center;
}

#query {
  width: 120px;
}

#searchButton {
  font-family: Verdana, sans-serif; 
  font-size: 11px; 
  font-weight: bold; 
  margin-top: 4px;
}


