#s1 {
	background-image: url(../images/learn_gradient.png);
	background-repeat: repeat-x;
	color: #333;
}

#s1 LI {
	color: #BBB;
}

#s1 ul {
	list-style: none;
	margin-left: 0;
	padding-left: 1em;
	
}

#s1 ul li:before {
	content: "- ";
}

#s1 H1 {	
	color: #05bef7;
	font-size: 22px;
	font-weight: normal;
	line-height: 1.2em;
	margin: 0 0 0 0;	
}

#s1 a {
	text-decoration: none;
	font-size: 110%;
	color: #DDD;
	display: block;
	border: 0;	
}

#s1 a:hover { 
	color: #05bef7; 
}
