body { 
	width: 750px;  
	background:black;
	background-image:url(stars.jpg);
	color:white;
	}
h1 {color: white; 
font-style:normal;
font-family:Arial;
margin-left: 6em;
letter-spacing: 2px;
line-height: 0.7;
word-spacing: 8px;
text-align: left;
 }
p {color: white}

div#main {
    position: absolute;
    width: 35em;
    margin-left: 16em;
    top: 155px; left: 0;
    font-family: arial;
}
div#menu{
    position: fixed;
    width: 15em;
    top: 160px; left: 0;
    background: #000033;
    font-family: arial;
    color: white;
	font-size: 16px;
	font-style: italic;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	line-height:2.
}
a:link {color:white; text-decoration: none}
a:visited {color:white; text-decoration: none}
a:active{color:white; text-decoration: underline}

