﻿@import url("all.css");
@import url("inside.css");

#story { clear: both; padding-top: 15px; }
    #story h1 { font-size: 20px; font-weight: bold; }
    #story .date { font-size: 11px; }
    
    
.storyPaging
{
    font-size: 12px;
    padding: 0;
    margin: 15px 0;
    color: #373737;
}
    .storyPaging a, .storyPaging span { margin: 0px 5px; display: inline-block; }
    .storyPaging a.invert { text-decoration: none; }
    .storyPaging a.invert:hover { text-decoration: underline; }