/* Title:     Factor Software's site Screenshot page style sheetAuthor:    Federico Filipponi*//* Style for the screenshot image---------------------------------------------------------- */img#screenshot {	margin-top: 4px;	padding: 4px;	border: 2px solid #999999;	background-color: #FFFFFF;}/* Style for the other screenshots list---------------------------------------------------------- */ul.screenshots {	margin: 8px 0 0;	padding: 0;	text-align: center;	list-style-type: none;}ul.screenshots li {	display: inline;	margin: 0 10px 0;	padding: 0;	font-size: 0.95em;}ul.screenshots li strong {	margin-right: 6px;	padding: 0 2px;	color: #FFFFFF;	background-color: #999999;}ul.screenshots li img {	vertical-align: middle;}
