/*pg.css */
/* Styles for the breadcrumb navigation Element */
nav {
text-align: center;
}
a {
  color: black;
}
a:hover {
  text-decoration: none;
} 
ol {
  list-style-type: none;
  display: flex;
  padding: 0;
  font-size: 20px;
  font-family: sans-serif;
}
ul li {
  padding: 10px 20px 0 0;
}
ul ul {
  display: block;
  font-size: 20px;
}
  
ol li a::after {
  display: inline-block;
  color: #000;
  content: '=>';
  padding: 0 8px;
}
body{
  background-color: lightblue;
  background-image:url(acc/pix/own/trans_BuggsC.jpg);
  background-attachment: fixed;
  background-position: center center;
  background-size: cover;  
}

#no_title {
  text-align: center;
  text-decoration: underline;
}

#pg_info {
  font-size: 15pt;
}

footer {
  border-top: 3px solid black;
  text-align: center;
  font-size: 15px;
}