/*  - - - - - - - - - -     CSS Reset   - - - - - - - - - - - - - - - - - - - */
html,body,div,span,h1,h2,h3,h4,h5,h6,p,a,em,img,strong,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td{margin:0;padding:0;border:0;font-size:100%;font:inherit;vertical-align:baseline;}body{line-height:1;}ol,ul{list-style:none;}table{border-collapse:collapse;border-spacing:0;}

body{
    max-width: 500px;
    font-family: Helvetica,Arial,"Bitstream Vera Sans",sans-serif;
}
a img{
    width: 100%;
    max-width: 180px;
}
#date{
    display: block;
    font-style: italic;
    margin: 0.5em 0 0.75em 0;
    font-size: 80%;
}
#title{
    font-weight: bold;
    display: block;
    line-height: 1.125em;
    width: 100%;
    margin: 0 0 0.5em 0;
}
p{
    width: 100%;
    line-height: 1.25em;
    font-size: 85%;
}
p a{
    color: #1a3b72;
    text-decoration: none;
}