

BODY { 

margin:10px;

BACKGROUND-REPEAT: no-repeat;
background-image: url(/images/bzlogo1.jpg);
background-size: 201px 75px;
background-position: top 10px right 10px ;
background-color: #FFFFFF;
font-size: 14px;
font-family: Arial;
font-weight:normal;
font-style:normal;
background-attachment: fixed;

  }
  
a:link { text-decoration:none;  color:#333366;}
a:visited { text-decoration:none; color:#333366;}
a:hover { text-decoration:none; color:#FFFFFF; background-color: #333366;}
a:active { text-decoration:none; color:#333366;} 


hr {
   border: none;
   height: 2px;
   background-color: #333366;
   }
   

h1 {
  color: #333333;
  font-size: 14pt;
  font-family: 'Arial';
  text-align: left;
  font-weight: bold;
}

h2 {
  color: #333333;
  font-size: 12pt;
  font-family: 'Arial';
  text-align: left;
  font-weight: normal;
}

h3 {
  color: #333333;
  font-size: 10pt;
  font-family: 'Arial';
  text-align: left;
  font-weight: normal;
}

/* Add a black background color to the top navigation */
.topnav {
  background-color: #;
  overflow: hidden;
}

/* Style the links inside the navigation bar */
.topnav a {
  float: left;
  color: #333333;
  text-align: center;
  padding: 10px 16px;
  text-decoration: none;
  font-size: 14pt;
}

/* Change the color of links on hover */
.topnav a:hover {
  background-color: #333366;
  color: white;
}

/* Add a color to the active/current link */
.topnav a.active {
  background-color: #333366;
  color: white;
}