body {
	margin-left: 30px ;
	margin-top: 30px ;
	max-width: 550px ;
	background-color: #222222 ;
	color: #eeeeee ;
	line-height: 1.4 ;
	font-family: sans-serif ;
	font-weight: 300 ;
	font-size: 16 ;
}

a:link {
	color: blue ;
	text-decoration: none ;
}

a:visited {
	color: lightblue ;
}

a:hover {
	text-decoration: underline ;
	color: green ;
}

a:active {
	color: red ;
}
