        a
        {
            color: #FF8E3d;
        }
        a:hover 
        {
            text-decoration: underline;
        }
        body {
            color: #464747;
            font: 14pt Georgia;
            background: #EAEAEA 
            	url(http://meinstein.org/images/snowflake.png) no-repeat fixed right bottom;
            /*background-color: #EBD5C7;*/
            margin-top: 0px;
            padding-top: 0px;
        }
        div#mainwrap 
        {
            width: 760px;
            margin: auto;
            margin-top: 0px;
            padding: 5px;
            height: 100%;
        }
        h1 
        {
            margin-top: 0px;
            margin-bottom: 0px;
            color: #444444;
        }
        h2 
        {
            margin-top: 0px;
            font-style: italic;
            font-weight: normal;
            border-bottom: 1px dotted #464747;
            padding-top: 5px;
            padding-bottom: 20px;
        }
        p 
        {
            text-align: justify;
        }
        ul#works 
        {
            margin: 0 auto;
        }
        ul#works a 
        {
            display: block;
            font-weight: bold;
        }
        ul#works li 
        {
            margin-top: 20px;
        }
        ul#works .attrib
        {
            display: block;
        }
        ul#works .attrib a
        {
            display:inline !important;
        }