

body {
    color: #ff8400;
    background-color: black;
  }


.title {
    font-family: sans-serif;
    font-size: xx-large;
    font-weight: bold;
    color: #ff8400;
    text-align: center;
    margin-bottom: 15px;
  }

 A:link {
	text-decoration: none;
	color: #ff8400;
	}
 A:visited {
	text-decoration: none;
	color: #ff8400;
	}
 A:active {
	text-decoration: none;
	color: #ff8400;
	}
 A:hover {
	text-decoration: none;
	color: black;
	background-color: #ff8400;
	}
