
/* Body Styles */
body {
		background-color: black;
		color: white;
		font-family: 'Roboto Slab', serif;
		line-height: 1.4em;
	}
	
/* Heading Styles */
h2 {
		background-color: rgb(120,0,0);
		color: white;
		color: rgba(255, 255, 255, 0.8);
		letter-spacing: 0.4em;
		line-height: 1.8em;
		text-indent: 1em;
	}
	
/* Navigation list styles */
nav ul {
		background-color: black;
		line-height: 3.5em;
		list-style-type: none;
		padding-left: 0.5em;
}

ul li{
list-style: none;
}

nav ul li:hover {
				background-color: rgb(120,0,0);
}

nav ul li:first-of-type {
				text-transform: uppercase;
}

nav ul li a {
			color: white;
			text-decoration: none;
}

a {
		color: rgb(120,0,0);
}
	
/* Heading styles */
#info h1 {
		background-color: rgb(120,0,0);
		color: white;
		font-size: 1.7em;
		letter-spacing: 0.4em;
		line-height: 1.8em;
		text-indent: 1em;
	}

/* Section Styles */
#info p.closing {
					color: rgb(0, 165, 0);
					text-align: right;
				}
				
#info h2+ul {
				list-style-image: url(arrow.png);
}
				

