
        body {
            background-color: #dddddd;
        }
        #main {
            padding:0px 10px 10px 10px;
            margin: 10px 10px 10px 10px;
            border: 1px #000000 solid;
            background-color: white;
            background-image: url('background.jpg');
        }
        a{
            font-size: 12px; 
            font-weight: bold;
            font-family: Verdana, Arial, Helvetica, sans-serif;
            color: green;
            text-decoration: none;
        }
        a:hover{
            color: gray;
        }

        h1{
            font-size: xx-large;
            font-weight: bold;
            font-variant: small-caps;
            text-align: center;
            color: #B30000;
            border-left:   5px #cccccc solid ;
            border-top:    5px #cccccc solid ;
            border-right:  5px #999999 solid ;
            border-bottom: 5px #999999 solid ;
        }
        h2{
            font-size: x-large;
            font-weight: bold;
            color: #B30000;
            margin-left: 10px;
            border-bottom: 3px #bbbbbb solid;
        }
        h3 {
            font-size: large;
            font-weight: normal;
            font-style : italic;
            color: #B30000;
        }
        p {
            font-size: small;
            font-family: Verdana, Arial, Helvetica, sans-serif;
        }
        pre {
            font-size: small;
            margin-left: 20px;
            border: 1px #444444 dotted;
            background-color: #eeeeee;
        }