/*  
*   db2.css
*   Style sheet for the listing page of the second Dysmey Blog.
*   Written by Andy West on 27 February 2009.
*   Updated 18 January 2010.
*/
.head           { float: left; width: 100%; }
.body           { float: left; width: 100%; }
.body .col      { float: left; margin-right: 2%; width: 31%; }
.body .col a    { background-color: white; color: blue; text-decoration: none; }
.foot           { float: left; width: 100%; }


