#stories {
width: 600px;
margin-top: 12px;
margin-bottom: 12px;
}

.story_block {
text-align: left;
clear: both;
margin-top: 12px;
margin-bottom: 12px;
padding-top: 12px;
padding-right: 32px;
padding-bottom: 12px;
}

.story_block img {
float: right;
margin-bottom: 16px;
margin-left: 16px;
border: solid 1px #800;
}
#stories a, #stories a:link, #stories a:visited {
color: #960000;
text-decoration: none;
}
#stories a:hover, #stories a:focus {
color: #960000;
text-decoration: underline;
}
