body {
background-color: black;
background-image: URL("space.png");
color: white;
}

ul.horizontal {
list-style-type: none;
padding: 0px;
margin: 0px;
}

ul.horizontal li {
display: inline-block;
text-align: center;
}

h1 {
text-align: center;
}

p {
margin-left: 10px;
width: 50%;
text-indent: 20px;
}

a {
color: white;
text-decoration: none;
}

a:hover {
text-shadow: 2px 2px 2px #FFFF00;
}

a:active {
text-shadow: 2px 2px 2px #FC5E00;
}