
body {
	background-color: #4cfa4d;
}

#main{
	width:600px;
	margin-left: auto;
	margin-right: auto;
}

.link{
	color:white;
	font-size:25px;
	font-weight:bold;
	text-decoration: none;
}

ul {
	list-style-type: square;
}
