strong {
	color:blue;
}
.price {
	background-color:#D5CEA7;
	padding:1em;
	margin:1em;
	width:40em;
	border:1px dotted white;
}
#intro{
	font-family:arial;
	font-size:12px;
}
#content #value p {
	font-family:geneva;
	font-size:18px;
}
#content li {
	font-family:geneva;
	font-size:14px;
	margin-top:1em;
	margin-right:1em;
}
#content ul {
	list-style:none;
}
#programming ul {
	background-color:#CCC;
	border:2px dotted black;
	list-style:none;
	margin:0 5em;
}