

#main {
  color: #1b202b;
  font-family: "Tiny5";
  font-size: 12px;
  letter-spacing: 1px;
  text-align: justify;
}
/* ########## MAIN CONTENT LINKS ########## */
p a:link, p a:visited, p a:active,
li a:link, li a:visited, li a:active
{
  background: #d7f1ff;
  padding: 0 5px;
  color: #2db4d8;
  border-radius: 5px;
  font-family: "Tiny5";
  font-size: 12px;
  text-decoration: underline;
  text-transform: lowercase;
  border-bottom: #61b0c5 1px dotted;
}
p a:hover {
     color: #8ecdef;
}

/* ########## ABOUT ME EXTRAS ########## */
.list-outer {
  display: flex;
  flex-wrap: wrap;
}
.list-inner {
  flex: 0 0 33.33%;
}

.list-inner ul {
  list-style-image: url("https://krissatiel.neocities.org/images/heart.gif");
  margin: 0;
  padding: 0 0 0 33px;
}

.list {
  scrollbar-width: thin;
  height: 180px;
  max-height: 220px;
  overflow-y: auto;
  margin: -9px 10px 0 -5px;
  font-family: "Tiny5";
  font-size: 12px;
}
  
.pokemon-team span {
  display: inline-block;
  text-transform: uppercase;
  font-family: "Tiny5";
  font-size: 12px;
  width: 87px;
  text-align: center;
}
.pokemon-box span {
  display: inline-block;
  text-transform: uppercase;
  font-family: "Tiny5";
  font-size: 12px;
  width: 87px;
  text-align: center;
}
  
.pokemon-box img {
  padding: 0 20px;
  max-width: 50px;
  max-height: 50px;
}
  
  
  
/* ########## AFFILIIATES EXTRAS ########## */
#buttons,#blinkies {
  text-align: center;
}
#buttons a:link, #buttons a:visited, #buttons a:active{
  background: transparent;
  padding: 0;
  color: #2db4d8;
  border-radius: ;
  border-bottom: none;;
}

#blinkies img {
  width: 150px;
}
#blinkies a {
  background: transparent;
  padding: 0;
  color: #2db4d8;
  border-radius: ;
  border-bottom: none;;
}



#town img {
  margin: 0 -14px 0 0;

}
#quilt {
  width: 529PX;
  margin: auto;
  display: grid;
  grid-template-columns: repeat(13, 1fr);
  grid-gap: 5px;
  padding: 0;
}
#quilt a {
  background: transparent;
  padding: 0;
  color: #2db4d8;
  border-radius: 0;
  border-bottom: none;
}
#quilt img {
  margin: -3px -3px 0 0;
  width: 40px;
}