        body {
            font:   12px/1.2 Verdana, Arial, Helvetica, sans-serif;
            background:#fff;
            padding:0px;
            margin:0px;
        }

        h3 {
            font-family: Georgia;
            font-size: 0.8em;
            font-weight: normal;
            color: #999;
            margin-left: 10px;
        }
        a {
            text-decoration:none;
            font-weight:bold;
            color:#0040B6;
        }

        pre {
            font-size:11px;
            color:blue;
        }


        body {
            margin:20px 20px 0px 20px;
            width: 850px;
            text-align:center;
            margin:0 auto;
            margin-top: 10px;
            background: url(/images/background-pattern.gif);
            color: #333;
        }

        #main {
            border:1px solid #666699;
            background:#fff;
            text-align:left;

        }

        #main #menu {

            border-left:1px solid #666699;
            border-bottom:1px solid #666699;
            float:right;
            width:270px;
            background:#eee;
            margin:0px 0px 10px 10px;
            text-align:left;
            padding: 0px;
        }

        p {
            margin:10px 10px 0px 10px;
            line-height: 1.4em;
            color:#333;
        }
        
        div .commentFooter {
            margin:10px 10px 0px 10px;
            line-height: 1.4em;
            color:#333;        
        }


        #menu ul {
            margin-top:0;
        }


        #header {

            background: #39C;
            height: 80px;

            border-bottom:1px solid #666699;
        }

        #header h1 {
            position: relative;
            top: 30px;
            margin:0px 0px 0px 10px;
            font-family: Helvetica, Tahoma, Verdana, Arial, Sans-Serif;
            font-size: 30px;
            color: white;
            letter-spacing: 5px;
        }



        .entryTitle {
            margin-left: 10px;
            margin-top: 1.5em;
            font-family: Georgia;
            font-size: 1.5em;
        }

        h2 {

            font-family: Georgia;
            font-size: 0.3em;
            font-weight: normal;
            color: #999;
            margin-left: 10px;
        }

        #menu h2 {
            text-align: left;
            font-size: medium;
            font-family: 'Lucida Sans', Garamond, Times, Serif;
            color: #6699CC;
            letter-spacing: 0.2em;
        }

        .entryComments {
            font-size: 9px;
            font-family: verdana, tahoma, arial;
            color: #999;
        }

        .commentItem {
            font-size: 11px;
            font-family: helvetica, verdana, tahoma, arial;
            color: #999;
            margin: 10px 10px 10px 10px;
            border: 1px;
            border-style:solid;
            border-width:thin;
            border-color: #666666;
            background: #cccccc;
            width: 450px;
        }        
        
        
        .dottedLine {
            margin-left: 10px;
            width: 400px;
            border-top-style: dotted;
            border-width: thin;
            border-top-color: #ccc;
        }
        
        .posted {
            margin-left: 10px;
            font-family: Georgia;
            font-size: 0.5em;
        }
        
        a img {
            border: 0px;
        }
        
        h2.warning {
            font-family: Georgia;
            font-size: 1.5em;
            font-weight: bold;
            color: #F00;
            margin-left: 10px;            
        }
        
        h1 {
            font-family: Georgia;
            color: #999;
            margin-left: 10px;        
        }