body {
    background: #5F5F5F;
    }

div#heading {
	text-align: center;
	padding-left: 10px;
	padding-bottom: 30px;
	padding-right: 10px;
	padding-top: 150px;
	}
	
div#byline {
	color: white;
	font-size: 12px;
	letter-spacing: 12px;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	}
	
:link {
	text-align: center;
	color: #180098;
	} /* for unvisited links */
:visited {
	text-align: center;
	color: #970099;
	} /* for visited links */
:hover {
	text-align: center;
	color: #FFFFFF;
	} /* when mouse is over link */
:active {
	text-align: center;
	color: #f49625;
	} /* when link is clicked */