
A:link { font-family: veranda, arial, sans-serif; text-decoration: none; color: fuchsia; }
A:visited { color: #00b300; } 
A:hover { color: ghostwhite; }
A:active { color: ghostwhite; }

A.shackleford:link { font-family: veranda, arial, sans-serif; text-decoration: none; color: lime; }
A.shackleford:visited { color: lime; } 
A.shackleford:hover { color: ghostwhite; }
A.shackleford:active { color: ghostwhite; }

A.shacklefoot:link { font-family: veranda, arial, sans-serif; text-decoration: none; color: darkgreen; cursor: default;}
A.shacklefoot:visited { color: darkgreen; } 
A.shacklefoot:hover { color: darkgreen; }
A.shacklefoot:active { color: darkgreen; }

.stealf { cursor: default; }

p { 
  font-family: veranda, arial, sans-serif; color: lime; 
  margin-top: 0px;
}

span { font-family: veranda, arial, sans-serif; color: lime; }

li.classic { color:lime; }

aside { font-size: 120%; }

p.doi { color: green; }

footer { 
  font-size: 66.6%; 
  color: darkgreen;
  width: 60%;
  text-align: center;
  margin: 0 auto;
  line-height: 1.1;
}

footer.darker {
  color: #003300;
}

header {
  display: block;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
} 

hr {
  border: 0;
  height: 1px;
  background: lime;
  background-image: linear-gradient(to right, black, lime, black);
  width: 60%;
}

body {
  background-color: black;
  margin: 1em auto;
	/* max-width: 40em; */
  max-width: 1000px;
	padding: 0 .62em;
	font: 1.2em/1.62 veranda, arial, sans-serif;
}

div { background-color: #0f0e11; }
div > img { padding: 14px; }
div > a > img { padding: 14px; }
div > h3 { 
  margin-top: 0px; 
  font-size: 1rem;
}

h1, h2, h3, h4, h5, aside {
  font-family: veranda, arial, sans-serif;
  color: lime;
  line-height: 1.2;
}

.outsider {
  line-height: 1;
  margin: .5em;
}

.row {

  max-width: 950px;  /* make this 999 if you add a third column */
  
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: center;

}

.column {

  max-width: 340px;  
  flex: 50%;  /* make this 33.33% if you add a third column */
  
  margin: 5px 10px;
  font-size: 1rem;
  line-height: 1rem;
  text-align: left;
  
  display: flex;
  flex-direction: column;
  flex-basis: auto;
  align-items: flex-start;
  justify-content: center;
}

.column > p { font-size: .8em; }