html {
    background:#ccc;
    filter:                     progid:DXImageTransform.Microsoft.gradient(startColorstr=#ff999999, endColorstr=#ffcccccc);
    -ms-filter:                 "progid:DXImageTransform.Microsoft.gradient(startColorstr=#ff999999, endColorstr=#ffcccccc)";
    background:#ccc -webkit-gradient(linear, left top, left bottom, from(#999), to(#ccc)) no-repeat;
    background:#ccc -moz-linear-gradient(top,  #999,  #ccc) no-repeat;
    -moz-background-size:       100%, 100px;
    -webkit-background-size:    100%, 100px;
    background-size:            100%, 100px;
}

h1, h3, h4{
    color:#FFF;
}
h2 {
    color:#000;
}

h1 {
    font-size:32px;
    margin:0 0 20px;
}
h2 {
    border-bottom:1px solid #ccc;
    font-size:24px;
    margin:20px 0;
}
h3 {
    font-size:18px;
    font-style:italic;
    margin:20px 0 5px;
}
h4 {
    font-size:14px;
    font-weight:bold;
    margin:10px 0;
}

p {
    margin:10px 0;
}

em {
    font-style:italic;
}

ul {
    margin-left:1em;
}

a {
    color:#36c;
    text-decoration:none;
}
a:focus {
    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;
	font-size:14px;
}