 a:link {
     color:#000066;
     text-decoration:underline;
}
 a:visited {
     color:#000066;
     text-decoration:underline;
}
 a:hover {
     color:#000033;
     text-decoration:none;
     background:#ccffff;
}
 a:active {
     color:#000066;
     text-decoration:none;
     background:#ffffcc;
}
 h1 {
     border-bottom:solid 1px #999;
     padding-top:0px;
     padding-bottom:0px;
     margin-bottom:0px;
     margin-top:0px;
     margin-left:0px;
     margin-right:0px;
}
 body {
     color:#000;
     font-family:"Lucida Grande", Sans-Serif;
     background:#eee;
}
 div.headline {
     font-size:24px;
     padding-bottom:4px;
     margin-bottom:4px;
     background:#eee;
}
 div.blogPost {
     background:#fff;
     font-size:14px;
     text-align:center;
}
 div.byline {
     font-size:12px;
     text-align:center;
}
 #footer {
     text-align:center;
     background:#eee;
}
 #sideBar {
     background:#eee;
     text-align:right;
}