body {
	color: white;
	font-family: sans-serif;
	background-color: #003;
	width: 672px;
}
h1, h2, h3 {
	color: #fc6;
	text-align: left;
}
p {
	margin-left: 20px;
	color: #fff
}
a:link {
	color: #6cf;
	text-decoration: none; 
}
a:visited {
	color: #39f;
}
ul {
	display: block;
	list-style-type: square;
}
li {
	padding-left: 20px;
	margin-left: 20px;
	margin-top: .7em ;
	}

