#page-title {
	color: darkRed;
	text-align: center;
	background-color: lightgrey;
}

#local, #top-news, #espn {
	word-wrap: break-word;
/*	background-color: lightblue;
*/}

#local {
	position: absolute;
    top: 15%;
    left: 37.5%;
    width: 25%;
}

#top-news {
	position: absolute;
    top: 15%;
    right: 1%;
    width: 25%;
}

#espn {
	position: absolute;
    top: 15%;
    left: 1%;
    width: 25%;
}

#espn-span {
    text-align: center;
    font-size: 16px;
    font-weight: bold;
    color: red;
    text-decoration: underline;
}
#topNews-span, #local-span {
	text-decoration: underline;
}

#local-links, #espn-links, #top-links {
    text-decoration: none;
    word-wrap: break-word;
    color: black;
}
#local-links:hover, #espn-links:hover, #top-links:hover {
	text-decoration: underline;
	color: darkred;
}