body {
  background-color: #262626;
  font-family: "Lucida Console", "Courier New", monospace;
  /*font-family: "Times New Roman", Times, serif;*/
}
p{
  font-family: "Times New Roman", Times, serif;
  color: #ffffff;
}

h1 {
  /*color: darkgreen;*/
  color: #ffffff;
  font-family: Arial, Helvetica, sans-serif;
}

h2 {
  line-height: 2.0;  
  margin-bottom: 1px;

}

time {
  color: #ffff80;
  padding: 20px 20px;

}

hr {
  display: block;
  margin-top: 0.5em;
  margin-bottom: 0.5em;
  margin-left: auto;
  margin-right: auto;
  border-style: inset;
  border-width: 1px;
  color: #000000;
}
article {
  background-color: #1a1a1a;
  /*margin-left: 50px;
  margin-right: 50px;*/
  padding-left: 20px;
  padding-right: 20px;
  margin-bottom: 20px;
  border-style: solid;
  border-width: 1px;
  color: #333333;
}


a.up_link {color:blue;}
a.up_link:link {text-decoration: none; color: #ff9f40;}
a.up_link:visited {text-decoration: none; color: #ff9f40;}
a.up_link:hover {text-decoration: underline; color: white;}
a.up_link:active {text-decoration: none; color: #ff9f40;}


 /* unvisited link */
a:link:not(.up_link) {
  color: #8080ff;
  /*color: #b5835a;*/
  /*background-color: black;*/
  /*border: 2px solid #ccaa33;*/
  padding: 2px 2px;
  text-align: center;
  text-decoration: underline;
  display: inline-block;

}

/* visited link */
a:visited:not(.up_link) {
  /*color: #5eb55a;*/
  color: #8080ff;
  /*background-color: black;*/
  /*border: 2px solid #ccaa33;*/
  padding: 2px 2px;
  text-align: center;
  text-decoration: underline;
  display: inline-block;  
}

/* mouse over link */
a:hover:not(.up_link) {
  color: #ff4040;
  /*background-color: #353535;*/
}

/* selected link */
a:active:not(.up_link) {
  color: white;
} 


img:not(.what) {
  
  border: 1px solid #1a1a1a; /* Gray border */
  padding: 5px; /* Some padding */
  width: 200px; /* Set a small width */
}

/* Add a hover effect (blue shadow) */
img:hover:not(.what) {
  /*box-shadow: 0 0 2px 2px white;*/
  border: 1px solid #ddd; /* Gray border */
}



/*.up_link{
  color: red;
  a.active
}*/

/*ffbf80*/