body {
  background: url('/shrines/beanieimg/tile.jpg');
  font-family: 'Comic Sans MS', 'Comic Sans', sans-serif;
  color: #009;
  font-size: 10pt;
  font-weight: bold;
}

a {
  color: #06c; 
}

footer {
  font-size: 8pt;
  font-weight: normal;
  color: #666;
}

hr {
  border: 1px solid #09f;
}

h1 {
  font-size: 16pt; 
}

h2 {
  font-size: 14pt; 
}

.container {
  max-width: 700px;
  margin: 0 auto;
  text-align: center;
}

.beanietopnav {
  width: 100%;
  background: #9cf;
  border: 4px solid #09f;
}

  .beanietopnav ul {
    list-style-type: none;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
    margin: 20px;
    padding: 0;
  }
  
  .beanietopnav li {
    margin: 0;
    padding: 0;
  }
  
  .beanietopnav a {
    background: #09f;
    color: #fff;
    width: 100px;
    text-decoration: none;
    border: 2px outset #5bf;
  }
  
    .beanietopnav a:hover {
      background: #5bf; 
    }
  
.titleimg {
  width: 100%; 
  margin-top: 20px;
}

  .titleimg img {
    width: 100%;
  }

table {
  width: 100%;
  padding: 0;
  margin: 10px;
  border-collapse: collapse;
  border: 4px solid #09f;
}

  table img {
    max-width: 150px;
    max-height: 150px;
  }

td, th {
  margin: 0;
  padding: 5px;
  border: 2px solid #09f;
  width: 150px;
}

th {
  background: #09f;
  color: #fff;
}

td {
  background: #9cf;
}