#menu {
  background-color: #333;
  padding: 10px;
  text-align: center;
  border-bottom: 4px solid #000;
}

#menu a {
  color: white;
  margin: 0 15px;
  text-decoration: none;
  font-weight: bold;
}

#menu a:link    { color: white; }
#menu a:visited { color: lightgray; }
#menu a:hover   { color: yellow; text-decoration: underline; }
#menu a:active  { color: orange; }
#menu a:focus   { outline: 2px solid cyan; }

#news-story {
  margin: 20px;
  border: 2px solid #ccc;
  padding: 15px;
  overflow: auto;
}

#news-story img {
  float: right;
  margin-left: 15px;
  width: 150px;
  height: auto;
}

.read-more {
  font-size: 18px;
  color: blue;
  font-weight: bold;
  text-decoration: none;
}

.read-more:hover {
  color: red;
  text-decoration: underline;
}
