.menu a:link {
    color: black;
    text-decoration: none;

}

.menu a:visited {
    color: gray; 
}

.menu a:hover {
    color:gray;
}

.menu a:active {
    color: orange 
}

.menu a:focus {
    outline: 2px dashed black;
}

.news-story {
    border: 3px solid #2c3e50;
    overflow: auto;
	
}

.news-story h2 {
	text-align: center;
}

.floated-img {
    float: right;
	width: 300px; 
}

.continue-link {
    color: blue;
    text-decoration: none; 
    font-weight: bold; 
    font-size: 18px;
}

.continue-link:hover {
    color: red;
    text-decoration: underline;
}