body {
    /*font-family: Verdana, "Myriad Web", Syntax, sans-serif;*/
    color: #D0FFD0;
    background: #212121;
}
h1, h2, h3, h4, h5, h6, dt, th, thead, tfoot {
    /*font-family: "Trebuchet ms", Verdana, "Myriad Web", Syntax, sans-serif; */
    color: rgb(245,245,245);
}

#login_box {
    font-size: 0.8em;
    position: absolute;
    top: 0;
    right: 0;
	text-align:right
}
a {
    text-decoration: none;
    /*font-weight: bold;*/
    color: #F72;
    /*padding-left: 1px;*/
    /*padding-right: 1px;*/
}
a:visited {
    color: #D40;
}
a:active {
    color: #ffc;
}
a:hover {
    color: #FC0;
}

pre {
    overflow: auto;
}

hr {
    background:#DDDDDD none repeat scroll 0 0;
    border:medium none;
    clear:both;
    color:#DDDDDD;
    float:none;
    height:0.1em;
    margin:0 0 1.45em;
    width:100%;
}
.border-left {
    padding-left: 4px;
    margin-left: 5px;
    border-left: 1px solid #eee;
}
#blog_filtering p {
    font-size: 0.8em;
}
blockquote {
    color: #D0FFD0;
}

