@CHARSET "UTF-8";
a.header:hover {
	text-decoration: underline;
}
table.stories {
	margin-bottom: 25px;
}
table.models { 
	border-collapse: collapse;
	margin-bottom: 0px;
}
table.models tr {
	vertical-align: top;
}
table.models td {
	padding-bottom: 15px;
	padding-right: 15px;
}
table.models td.image {
	width: 60px;
	padding-top: 3px;
	padding-right: 0px;
}
table.models td {
	width: 220px;
}
table.models td span.description {
	color: black;
	font-weight: normal;
	font-family: verdana, arial, helvetica, sans-serif;
}
td.image a:hover img {
	border-color: #666;
}
table.models td.image img {
	border: 1px solid #ccc;
	width: 50px;
	height: 50px;
}
