html {
       filter:                     progid:DXImageTransform.Microsoft.gradient(startColorstr=#ff999999, endColorstr=#ffcccccc);
    -ms-filter:                 "progid:DXImageTransform.Microsoft.gradient(startColorstr=#ff999999, endColorstr=#ffcccccc)";
   -moz-background-size:       100%, 100px;
    -webkit-background-size:    100%, 100px;
    background-size:            100%, 100px;
}


em {
    font-style: italic;
}

ul {
    margin-left:        1em;
}

li {
    list-style-type:    disc;
    margin-left:        1em;
}



a {
    color:              #36c;
    text-decoration:    none;
}
a:focus,
a:hover {
    text-decoration:    underline;
}

#page {
    background:             #fff;
    width:                  700px;
    margin:                 0 auto;
    padding:                20px;
    text-align:             left;
    -moz-border-radius:     8px;
    -webkit-border-radius:  8px;
    border-radius:          8px;
}