h2 {
	width: 80%;
	font-size: .95em;
	font-weight: normal;
	font-style: normal;
	background: url(../../images/redgradient.jpg) repeat-y;
	padding-left: 4px;
	margin: 20px 0 0 65px;
}

#list li {
	margin-left: 50px;
	list-style-type: none;
	font-size: .75em;
}

#list a {
	color: #999;
	text-decoration: none;

}

#list a:hover {
	color: #f40;
	text-decoration: none;

}

