html {    background:                 #ccc;    filter:                     progid:DXImageTransform.Microsoft.gradient(startColorstr=#c0c0c0, endColorstr=#8c8c8c);    -ms-filter:                 "progid:DXImageTransform.Microsoft.gradient(startColorstr=#c0c0c0, endColorstr=#8c8c8c)";    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;}body {    color:      #666;    font:       14px "arial, verdana, helvetica", sans-serif;    padding:    20px;    text-align: center;}h1, h2, h3, h4 {    color:      #333;}h1 {    font-size:  28px;    margin:     0 0 20px;}h2 {    border-bottom:  1px solid #ccc;    font-size:  16px;    margin:     20px 0;}h3 {    font-size:  14px;    font-style: italic;    font-weight:none;    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;}#page {    background:             #fff;    width:                  700px;    margin:                 0 auto;    padding:                20px;    text-align:             left;    -moz-border-radius:     8px;    -webkit-border-radius:  8px;    border-radius:          8px;}