body {
    background-image: url(background.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-attachment: fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    color: black;
    text-shadow: 0px 0px 30px orange; 
    font-family: 'Raleway', sans-serif;
}

ul {
    list-style-type: none;
}

span {
	background-color: white;
}

div div span {
	font-size: 2em;
	font-weight: bold;
}

a:link , a:visited {
    color: black; 
}

a:hover {
    color: #A9A9A9; /* dark gray */
}

a:active {
    color: black;
}
