@charset "UTF-8";
@import "scrollbar.css";

* {
    color:#666;
    font-size:96%;
    line-height:160%;
    letter-spacing:2px;
}

body {
    width:600px;  /* for Firefox */
    margin:0px auto;
    text-align:center;  /* for IE6 */
}

h1 {
    font-size:180%;
}

address {
    text-align:right;
    font-style:normal;
}

a {
    color:#66f;
}

a:hover {
    color:#f99;
}

#error {
    width:600px;  /* for IE6 */
    margin:20px;
    text-align:left;
}

    .analyzer {
        display:none;
    }

