       body {
                margin:0px 0px 20px 0px;
                background: black;
                 color: #d0d0d0;
                font-family: verdana, arial, sans-serif;
                }
        A               { color: #d0d0d0; text-decoration: none; }
        A:active        { text-decoration: underline }
        A:hover         { text-decoration: underline }
 
        h1, h2, h3 {
                margin: 0px;
                padding: 0px;
        }
 
        #banner {
                font-family:verdana, arial, sans-serif;
                font-size:x-large;
                font-weight:normal;
                padding:15px;
                border-top:4px double #666;
                color: #808080;
                }
 
 
        .description {
                font-size:small;
                text-transform:none;
                }
 
        #content {
                position:absolute;
                background:black;
                margin-right:20px;
                margin-left:225px;
                margin-bottom:20px;
                border:1px solid #FFF;
                }
 
        #container {
                background: black;
                border:1px solid #FFF;
                }
 
        #links {
                padding:15px;
                border:1px solid #FFF;
                width:200px;
                }
 
        .blog {
                padding:15px;
                background: black;
                }
 
        .blogbody {
                color: white;
                font-size:small;
                font-weight:normal;
                background: black;
                line-height:200%;
                }
 
        .blogbody a,
        .blogbody a:link,
        .blogbody a:visited,
        .blogbody a:active,
        .blogbody a:hover {
                font-weight: normal;
        }
 
        .title  {
                float: left;
                font-size: large;
                color: #808080;
                }
 
        #menu {
                margin-bottom:15px;
                background: black;
                text-align:center;
                }
 
        .date   {
                font-size: large;
                color: #606060;
                border-bottom:1px solid #999;
                margin-bottom:10px;
                font-weight:bold;
                }
 
        .posted {
                font-size: x-small;
                color: white;
                margin-bottom:25px;
                }
 
 
        .calendar {
                font-family:verdana, arial, sans-serif;
                font-size:x-small;
                font-weight:normal;
                line-height:140%;
                padding:2px;
                text-align:left;
                }
 
        .calendarhead {
                font-size:small;
                font-weight:normal;
                padding:2px;
                letter-spacing: .3em;
                text-transform:uppercase;
                text-align:left;
                }
 
        .side {
                font-size:x-small;
                font-weight:normal;
                line-height:140%;
                padding:2px;
                }
 
        .sidetitle {
                font-size:small;
                font-weight:normal;
                padding:2px;
                margin-top:30px;
                letter-spacing: .3em;
                text-transform:uppercase;
                }
 
        .syndicate {
                font-size:xx-small;
                line-height:140%;
                padding:2px;
                margin-top:15px;
                }
 
        .powered {
                font-size:x-small;
                line-height:140%;
                text-transform:uppercase;
                padding:2px;
                margin-top:50px;
                letter-spacing: .2em;
                }
 
 
        .comments-body {
                font-size:small;
                font-weight:normal;
                line-height:140%;
                padding-bottom:10px;
                padding-top:10px;
                border-bottom:1px dotted #999;
                }
 
        .comments-post {
                font-family:verdana, arial, sans-serif;
                font-size:x-small;
                font-weight:normal;
                }
 
 
        .trackback-url {
                font-size:small;
                font-weight:normal;
                line-height:140%;
                padding:5px;
                border:1px dotted #999;
                }
 
 
        .trackback-body {
                font-size:small;
                font-weight:normal;
                line-height:140%;
                padding-bottom:10px;
                padding-top:10px;
                border-bottom:1px dotted #999;
                }
 
        .trackback-post {
                font-family:verdana, arial, sans-serif;
                font-size:x-small;
                font-weight:normal;
                }
 
 
        .comments-head  {
                font-size:small;
                border-bottom:1px solid #999;
                margin-top:20px;
                font-weight:bold;
                }
 
        #banner-commentspop {
                font-size:large;
                font-weight:bold;
                border-left:1px solid #FFF;
                border-right:1px solid #FFF;
                border-top:1px solid #FFF;
                padding-left:15px;
                padding-right:15px;
                padding-top:5px;
                padding-bottom:5px;
                }
 
 