    body {
    background:#efefef;
    text-align:center;
    }

    #frame {
    width:666px;
    margin-right:auto;
    margin-left:auto;
    margin-top:10px;
    padding:0px;
    text-align: justify;
    }
    * html #frame {  /* This is the Tan hack */
    w\idth: 660px; 
    }

    #loi {
    border:1px dashed #000;
    padding:5px;
    background:#ccc;
    margin-bottom:50px;
    }

    h1 {
    font-family: sans-serif;
    font-weight: bold;
    font-size: 30px;
    border:1px solid #000;
    padding:10px;
    background:#fff;
    }

    h2 {
    font-family: sans-serif;
    font-weight: bold;
    font-size: 20px;
    border-bottom:1px dashed #000;
    padding:2px;
    }

    p {
    text-indent: 20px;
    }

    a:link {
    border: none;
    color: #000;
    text-decoration: none;
    } 

    a:visited {
    border: none;
    color: #000;
    text-decoration: none;
    }

    a:hover {
    border: none;
    color: blue;
    text-decoration: none;
    }

    a:active {
    border: none;
    color: #000;
    text-decoration: none;
    }
