
body {
  background-color: #000000;
  background-image: url("bgstars.gif");
  color: #ffffff;
  font-family: Helvetica;
}

main {
  width: 80%;
  max-width: 1024px;
  margin: auto;
  font-size: 20px;
  background-color: #000000;
  border: 8px dodgerblue;
  border-style: outset;
}

p { 
 margin-left: 16px;
 margin-right: 16px;
 display: block;
}

.article {
  text-indent: 32px; 
}

a:link {
  color: #00C400;
}

a:visited {
  color: #006100;
}

a:hover {
  color: #FF3BFF;
}

a:active {
  color: #00FF00;
} 

.bottomaccent {
  position: fixed;
  right: 0px;
  bottom: -16px;
  z-index: -1;
}

img
{
    max-width: 100%;
    min-width: 250px;
    height: auto;
