/* default styles for the blog */
/* allows for xhtml strict compatibility yet supports traditional display choices like image alignment, image borders, etc */
.left{float:left;}
.right{float:right;}
img{border:0;margin:2px;}
.border{border:1px solid black;}
.thickborder{border:2px solid black;}
blockquote p{margin-bottom:2px;margin-top:2px;}
ul.plain{margin-top:2px;margin-bottom:2px;list-style-type:none;padding-left:0;}
.center{text-align:center}
