body {
    background-color: #000000; 
    color: #FFFFFF; 
}

header{ 
		background-image: url(hqdefault.jpg);
        background-position: right;
        background-repeat: no-repeat;
        line-height: 500%;
        
}



h1 {
	margin-bottom: 1;
	color: #FFFF00;
	text-decoration: underline;
}

h2 {
	
    color: #FFFF00; 
    text-decoration: underline;
}

nav a {text-decoration: none;
}

a {
    color: #FFFF00; 
}



li b {
	color: #FFFF00;
	}

footer {font-size: 75%;
		font-style: italic;
		text-align: center;
		font-family: Georgia, Time-New-Roman, serif;}