
/* For news.html heading  */
#news-head
{
  color: green;
  font-family: Arial;
}


/* Size of things in the stories  */
.verse
{
  font-size: 1.5em;
}


/* To center the page number */
#page
{
  text-align: center;
  color: black;
  font-weight: 700;
}

/* Keeps smaller images stretched to full screen and larger images pinched to full screen */
img 
{
  width: 100%;
  height: auto;
}

a:link 
{
  color: #ffa500;
  font-weight: 900;
  background-color: transparent;
  text-decoration: none;
}

a:visited 
{
  color: #ffa500;
  font-weight: 900;
  background-color: transparent;
  text-decoration: none;
}
