p{ line-height: 1em; }
h1, h2, h3, h4{
	font-family: verdana;
    color: #BF00FF;
	font-weight: normal;
	line-height: 1.1em;
	margin: 0 0 .5em 0;
}
h1{ font-size: 1.9em; }
h2{ font-size: 1.8em; }
a{
	/* color: black; */
	color: white;
	text-decoration: none;
}
	a:hover,
	a:active{ text-decoration: underline; }
body{
	background-image: url("enjoyingspace.jpg");
	background-size: cover;
    font-family: verdana; font-size: 100%; line-height: 1.2em; width: 100%; margin: 0;
}
#page{ margin: 20px; }
#logo{
	width: 40%;
	margin-top: 5px;
	font-family: georgia;
	display: inline-block;
}
#content{
	margin: 190px 0;
	/* background: #BFFF00; */
	padding: 20px;
	clear: both;
	color: white;
}
/* multiple styles separated by a , */
#content,
ul li a{ box-shadow: 0px 1px 1px #999; }