html, body {
  margin: 0;
  padding: 0;
  max-height: 80px;
  overflow: hidden;
  background-color: #ffffff
}

#topTitle  { font-size: 19px; font-family: 
               'Franklin Gothic Medium', Verdana, Geneva, Arial, Helvetica, sans-serif; 
               color: #000000; padding-left: 0px }

a.topLink:link, a.topLink:visited {
	color: #444444;
	text-decoration: none;
	font-size: 13px;
	font-weight: bold;
	}
a.topLink:hover {
	color: #666666;
	text-decoration: none;
	font-size: 13px;
	font-weight: bold;
	}
