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


h1, h2, h3, h4 {
    color:      #333;
}
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;
}

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

img {
    display:            block;
    margin-bottom:      10px;
}

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