body {
     font: 0.88em/1.25em "Courier New";
     background: #DFE1DA;
}

#main {

    margin:100px auto;
    width:380px;
    padding:2em;
    -moz-border-radius:10px;
    -webkit-border-radius:10px;
    border-radius:10px;
    border:1px dashed #fff
}

h2 {
    font-size:2em;
    padding:.4em 0;
    text-transform: capitalize;
    color:#777
}

.tags {
    overflow: auto;
    padding:.4em;
    text-transform: capitalize;

}
.tags a {
    float: left;
    margin:0 4px 4px 0;
     text-indent: 1.5em;
	background:#eee url(../images/tag.png) no-repeat 5% 50%;
    -moz-border-radius:6px;
    -webkit-border-radius:6px;
    border-radius:6px;
    padding:.3em;
    color:#777;
    font-size: small;
    text-decoration: none
      

}
.tags a:hover {
    background-color:#999;
    color:#fff;

}

