body{
	background-color:#F0FAD1;
}

ul{
	list-style-image: url('bulletpt.png');
	color: #666666;
}

a{
	color: #666666;
	text-decoration: none;
}

.break{
	background-color: white;
	height:4;
	border-radius: 4;
	width:100%;
	margin-left: -5%;
	margin-right: auto;
}

.content{
	font-family:Verdana;
	color: #666666;
	font-size: 36;
	margin: 30;
}

.nav{
	margin: 15;
	margin-bottom: 45;
}

.discription{
	padding-top: 12%;
	padding-bottom: 20%;
}